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 parameter for generic client model message re-sending. More...
Data Fields | |
uint16_t | model_id |
meshx_gen_light_cli_cb_param_t | param |
Structure containing the model ID and parameter for generic client model message re-sending.
This structure is used to store the model ID and parameter associated with a generic client model message re-sending.
Definition at line 41 of file meshx_gen_light_cli.c.
uint16_t meshx_gen_light_cli_resend_ctx::model_id |
Model ID associated with the re-sending.
Definition at line 43 of file meshx_gen_light_cli.c.
meshx_gen_light_cli_cb_param_t meshx_gen_light_cli_resend_ctx::param |
Parameter associated with the re-sending.
Definition at line 44 of file meshx_gen_light_cli.c.