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.
Loading...
Searching...
No Matches
meshx_gen_property_model_state Struct Reference

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

Detailed Description

Structure to hold the Property model state.

Field Documentation

◆ access

uint8_t meshx_gen_property_model_state::access

Access level performed

◆ property_id

uint16_t meshx_gen_property_model_state::property_id

Property ID

◆ property_value

meshx_ptr_t meshx_gen_property_model_state::property_value

Pointer to the property value data


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