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

Description

Property Set 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 to be set for the property. More...
 
uint16_t len
 Size of the Property Value.
 
uint8_t value [MESH_MAX_PROPERTY_VALUE_LEN]
 Property value.
 

Field Documentation

◆ access

uint8_t wiced_bt_mesh_property_set_data_t::access

Access level to be set for the property.

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