IEC_BACNET_AUDIT_NOTIFICATION (STRUCT)ΒΆ
TYPE IEC_BACNET_AUDIT_NOTIFICATION : STRUCT
This structure describes the BACnetAuditNotification type.
- InOut:
Name
Type
Comment
maskMask of flags which define which member of this struct is valid. Possible flags are: ::BACNET_AUDIT_NOTIF_SOURCE_TIME_FLAG, ::BACNET_AUDIT_NOTIF_TARGET_TIME_FLAG, ::BACNET_AUDIT_NOTIF_SOURCE_OBJECT_FLAG, ::BACNET_AUDIT_NOTIF_SOURCE_COMMENT_FLAG, ::BACNET_AUDIT_NOTIF_TARGET_COMMENT_FLAG, ::BACNET_AUDIT_NOTIF_INVOKE_ID_FLAG, ::BACNET_AUDIT_NOTIF_SOURCE_USER_ID_FLAG, ::BACNET_AUDIT_NOTIF_SOURCE_USER_ROLE_FLAG, ||BACNET_AUDIT_NOTIF_TARGET_OBJECT_FLAG, ::BACNET_AUDIT_NOTIF_TARGET_PROPERTY_FLAG, ::BACNET_AUDIT_NOTIF_TARGET_PRIORITY_FLAG, ::BACNET_AUDIT_NOTIF_TARGET_VALUE_FLAG, ::BACNET_AUDIT_NOTIF_CURRENT_VALUE_FLAG, ::BACNET_AUDIT_NOTIF_ERROR_FLAG
sourceTimeStampThe source time stamp.
targetTimeStampThe target time stamp.
sourceDeviceThe source device.
sourceObjectThe source object.
operationThe audit operation performed.
sourceCommentThe source comment.
targetCommentThe target comment.
invokeIdThe requests invoke-id.
sourceUserIdThe source user id.
sourceUserRoleThe source user role.
targetDeviceThe target device.
targetObjectThe target object.
targetPropertyThe target property.
targetPriorityThe target priority.
targetValueThe target value to write or to modify.
currentValueThe current value of the property.
errorThe error information.