|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Structure to hold the Property model state. More...
#include <meshx_model_property.hpp>
Data Fields | |
| uint16_t | property_id |
| meshx_ptr_t | property_value |
| uint8_t | access |
Structure to hold the Property model state.
| uint8_t meshx_gen_property_model_state::access |
Access level performed
| uint16_t meshx_gen_property_model_state::property_id |
Property ID
| meshx_ptr_t meshx_gen_property_model_state::property_value |
Pointer to the property value data