IEC_BACNET_AUDIT_NOTIFICATION (STRUCT)ΒΆ
TYPE IEC_BACNET_AUDIT_NOTIFICATION : STRUCT
This structure describes the BACnetAuditNotification type.
- InOut:
Name
Type
Comment
mask
Mask 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
sourceTimeStamp
The source time stamp.
targetTimeStamp
The target time stamp.
sourceDevice
The source device.
sourceObject
The source object.
operation
The audit operation performed.
sourceComment
The source comment.
targetComment
The target comment.
invokeId
The requests invoke-id.
sourceUserId
The source user id.
sourceUserRole
The source user role.
targetDevice
The target device.
targetObject
The target object.
targetProperty
The target property.
targetPriority
The target priority.
targetValue
The target value to write or to modify.
currentValue
The current value of the property.
error
The error information.