IEC_BACNET_OBJECT_ID (STRUCT)ΒΆ
TYPE IEC_BACNET_OBJECT_ID : STRUCT
Represents the BACnetObjectIdentifier type
- InOut:
Name
Type
Comment
typ
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
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.