upm  1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
Data Fields
devObj_s Struct Reference

Detailed Description

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
 

Field Documentation

BACNET_ADDRESS bacDevAddr

The BACnet Device Address for this device; ->len depends on DLL type.

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.

Collaboration diagram for devObj_s:
Collaboration graph
[legend]

The documentation for this struct was generated from the following file: