UNION_BACNET_LOG_RECORD_M_ENTRY (UNION)ΒΆ
TYPE UNION_BACNET_LOG_RECORD_M_ENTRY : UNION
A Log Data Item data type is used in Log Data List data structure. The Log Data Item contains either a Boolean, or Real, or enumerated, or Unsigned, or Integer, or Null, or Bit String, or Error Type, or Property Contents.
- 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 conveyed by an error response from a remote device the Error Class and Error Code in the response shall be recorded
boolValue
This choices represent the boolean data value from the monitored object and property.
realValue
This choices represent the real data value from the monitored object and property.
enumValue
This choices represent the enumerated data value from the monitored object and property.
unsignedValue
This choices represent the unsigned data value from the monitored object and property.
signedValue
This choices represent the signed data value from the monitored object and property.
bitStringValue
This choices represent the bit string data value from the monitored object and property.
anyValue
This choices represent the complex data value from the monitored object and property.