IEC_BACNET_AUDIT_VALUE_SOURCE (STRUCT)ΒΆ
TYPE IEC_BACNET_AUDIT_VALUE_SOURCE : STRUCT
This structure describes the data used to give extra information required for the audit source notification generated on sent client requests or for internal property value modifications. The data in this structure will be merged into the generated audit notification to be logged in the local audit logging objects and also to be reported to the audit notification recipient is one is configured.
- InOut:
Name
Type
Comment
fUserRoleValidFlag indicating that the user role of this source is valid.
fUserIdValidFlag indicating that the user id of this source is valid.
fObjectValidFlag indicating that the object id of this source is valid.
userRoleThe optional user role to be used in the generated audit notification.
userIdThe optional user id to be used in the generated audit notification.
objectIdThe optional object id to be used in the generated audit notification.
commentThe optional source comment to be used in the generated audit notification. Set this to ::BACNET_STRING_NONE to ommit the comment.
valueSourceThe value source (device MAC address, device and/or object instance which has initiated the request).