UNION_BACNET_LOG_RECORD_M_ENTRY (UNION)ΒΆ
TYPE UNION_BACNET_LOG_RECORD_M_ENTRY : UNION
This structure contains all data for one referenced log record multiple entry.
- InOut:
Name
Type
Comment
error
This choice represents an error encountered in an attempt to read a data value from the monitored object. If the error is received by an error response from the remote device the Error Class and Error Code in the response will be recorded.
boolValue
This choice represent the boolean data value from the monitored object and property.
realValue
This choice represent the real data value from the monitored object and property.
enumValue
This choice represent the enumerated data value from the monitored object and property.
unsignedValue
This choice represent the unsigned data value from the monitored object and property.
signedValue
This choice represent the signed data value from the monitored object and property.
bitStringValue
This choice represent the bit string data value from the monitored object and property.
anyValue
This choice represent the complex data value from the monitored object and property.