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

IEC_BACNET_ERROR_TYPE

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

IEC_BACNET_BOOLEAN

This choices represent the boolean data value from the monitored object and property.

realValue

IEC_BACNET_REAL

This choices represent the real data value from the monitored object and property.

enumValue

IEC_BACNET_SIGNED

This choices represent the enumerated data value from the monitored object and property.

unsignedValue

IEC_BACNET_UNSIGNED

This choices represent the unsigned data value from the monitored object and property.

signedValue

IEC_BACNET_SIGNED

This choices represent the signed data value from the monitored object and property.

bitStringValue

IEC_BACNET_BIT_STRING

This choices represent the bit string data value from the monitored object and property.

anyValue

IEC_BACNET_PROPERTY_CONTENTS

This choices represent the complex data value from the monitored object and property.