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

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 received by an error response from the remote device the Error Class and Error Code in the response will be recorded.

boolValue

IEC_BACNET_BOOLEAN

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

realValue

IEC_BACNET_REAL

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

enumValue

IEC_BACNET_ENUM

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

unsignedValue

IEC_BACNET_UNSIGNED

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

signedValue

IEC_BACNET_SIGNED

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

bitStringValue

IEC_BACNET_BIT_STRING

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

anyValue

IEC_BACNET_PROPERTY_CONTENTS

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