upm
1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
|
Structure to define the Object Properties common to all Objects.
Data Fields | |
BACNET_OBJECT_TYPE | mObject_Type |
uint32_t | Object_Instance_Number |
char | Object_Name [MAX_DEV_NAME_LEN] |
BACNET_OBJECT_TYPE mObject_Type |
The BACnet type of this object (ie, what class is this object from?). This property, of type BACnetObjectType, indicates membership in a particular object type class. Each inherited class will be of one type.
uint32_t Object_Instance_Number |
The instance number for this class instance.
char Object_Name[MAX_DEV_NAME_LEN] |
Object Name; must be unique. This property, of type CharacterString, shall represent a name for the object that is unique within the BACnet Device that maintains it.