MeshX 0.3
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 as Interface for meshx models. More...
#include <meshx_ble_mesh_cmn.h>
Data Fields | |
uint16_t | el_id |
uint16_t | model_id |
uint16_t | pub_addr |
meshx_ptr_t | p_model |
Structure as Interface for meshx models.
Definition at line 30 of file meshx_ble_mesh_cmn.h.
uint16_t meshx_model::el_id |
Element ID
Definition at line 32 of file meshx_ble_mesh_cmn.h.
uint16_t meshx_model::model_id |
Model ID
Definition at line 33 of file meshx_ble_mesh_cmn.h.
meshx_ptr_t meshx_model::p_model |
Pointer to the model structure
Definition at line 35 of file meshx_ble_mesh_cmn.h.
uint16_t meshx_model::pub_addr |
Publication address
Definition at line 34 of file meshx_ble_mesh_cmn.h.