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 to store element composition functions. More...
#include <meshx_common.h>
Data Fields | |
uint8_t | idx |
element_comp_fn_t | element_comp_fn |
Structure to store element composition functions.
Definition at line 87 of file meshx_common.h.
element_comp_fn_t element_comp_table::element_comp_fn |
Element composition function
Definition at line 90 of file meshx_common.h.
uint8_t element_comp_table::idx |
Index of the element type
Definition at line 89 of file meshx_common.h.