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_light_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 29 of file meshx_gen_light_cli.c.
meshx_gen_light_client_cb_t meshx_gen_light_cli_cb_reg::cb |
Callback function associated with the registration.
Definition at line 32 of file meshx_gen_light_cli.c.
uint16_t meshx_gen_light_cli_cb_reg::model_id |
Model ID associated with the registration.
Definition at line 31 of file meshx_gen_light_cli.c.