IEC_BACNET_OBJECT_ID (STRUCT)ΒΆ

TYPE IEC_BACNET_OBJECT_ID : STRUCT

Represents the BACnetObjectIdentifier type

InOut:

Name

Type

Comment

typ

IEC_BACNET_OBJECT_TYPE

A 10-bit object type, representing the BACnetObjectType of the object, with bit 9 the most significant bit and bit 0 the least significant. For objects defined in this standard, the value for this field shall be determined by the BACnetObjectType enumeration.

instNumber

IEC_BACNET_INST_NUMBER

A 22-bit object instance number, with bit 21 the most significant bit and bit 0 the least significant.

A valid range is from ::BACNET_INST_NUMBER_MIN to ::BACNET_INST_NUMBER_MAX.