| 
    upm
    1.1.0
    
   Sensor/Actuator repository for libmraa (v1.5.1) 
   | 
 
Structure to define the Properties of Device Objects which distinguish one instance from another. This structure only defines fields for properties that are unique to a given Device object. The rest may be fixed in device.c or hard-coded into the read-property encoding. This may be useful for implementations which manage multiple Devices, eg, a Gateway.
Data Fields | |
| BACNET_ADDRESS | bacDevAddr | 
| COMMON_BAC_OBJECT | bacObj | 
| char | Description [MAX_DEV_DESC_LEN] | 
| uint32_t | Database_Revision | 
| BACNET_ADDRESS bacDevAddr | 
The BACnet Device Address for this device; ->len depends on DLL type.
| COMMON_BAC_OBJECT bacObj | 
Structure for the Object Properties common to all Objects.
| char Description[MAX_DEV_DESC_LEN] | 
Device Description.
| uint32_t Database_Revision | 
The upcounter that shows if the Device ID or object structure has changed.

 1.8.6