Bluetooth LE Mesh Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_mesh_property_status_data_t Struct Reference

Description

Property Status Data structure exchanged between the application Generic User Property Models.

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.
 

Field Documentation

◆ access

uint8_t wiced_bt_mesh_property_status_data_t::access

Access level allowed for the property.

This is a bit map when 0x01 indicates readable and 0x02 writable