AIROC™ BTSDK v4.2 - Documentation | ||||
Property Status Data structure exchanged between the application Generic User Property Models. More...
Data Fields | |
uint8_t | type |
One of the property types defined in the wiced_bt_mesh_property_type enumeration. | |
uint16_t | id |
The Property ID received in the set message. | |
uint8_t | access |
Access level allowed for the property. More... | |
uint16_t | len |
Size of the Property Value. | |
uint8_t | value [1] |
First byte of property value. | |
Property Status Data structure exchanged between the application Generic User Property Models.
uint8_t access |
Access level allowed for the property.
This is a bit map when 0x01 indicates readable and 0x02 writable