| 
    upm
    1.1.0
    
   Sensor/Actuator repository for libmraa (v1.5.1) 
   | 
 
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.
 1.8.6