Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_mesh_property_set_data_t Struct Reference

Property Set 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 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.
 

Detailed Description

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

Field Documentation

uint8_t access

Access level to be set for the property.

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


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