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
errorThis 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
boolValueThis choices represent the boolean data value from the monitored object and property.
realValueThis choices represent the real data value from the monitored object and property.
enumValueThis choices represent the enumerated data value from the monitored object and property.
unsignedValueThis choices represent the unsigned data value from the monitored object and property.
signedValueThis choices represent the signed data value from the monitored object and property.
bitStringValueThis choices represent the bit string data value from the monitored object and property.
anyValueThis choices represent the complex data value from the monitored object and property.