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 containing the model ID and callback function for generic client model registrations. More...
Data Fields | |
uint16_t | model_id |
meshx_gen_client_cb_t | cb |
Structure containing the model ID and callback function for generic client model registrations.
This structure is used to store the model ID and callback function associated with a generic client model registration.
Definition at line 27 of file meshx_gen_client.c.
meshx_gen_client_cb_t meshx_gen_cli_cb_reg::cb |
Callback function associated with the registration.
Definition at line 30 of file meshx_gen_client.c.
uint16_t meshx_gen_cli_cb_reg::model_id |
Model ID associated with the registration.
Definition at line 29 of file meshx_gen_client.c.