|
MeshX 0.4
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.
|
Implementation of Generic OnOff Client Model for MeshX. More...
Go to the source code of this file.
Data Structures | |
| struct | meshx_gen_onoff_model_state |
| struct | meshx_gen_onoff_send_params |
| Structure to hold the parameters for sending a Generic OnOff message. More... | |
| struct | meshx_on_off_cli_el_msg |
| Structure to hold the On/Off Server to parent element message. The structure is used by the on_model_cb function to send the On/Off state change notification to the parent element. More... | |
| class | meshXGenericOnOffClientModel |
| A template class for creating Generic OnOff Client models. More... | |
| struct | meshx_on_off_srv_el_msg |
| Structure to hold the On/Off Server to element message. More... | |
| class | meshXGenericOnOffServerModel |
| A template class for creating Generic OnOff Server models. More... | |
Typedefs | |
| using | meshx_gen_onoff_model_state_t = struct meshx_gen_onoff_model_state |
| using | meshx_gen_onoff_send_params_t = struct meshx_gen_onoff_send_params |
| using | meshx_on_off_cli_el_msg_t = struct meshx_on_off_cli_el_msg |
| using | meshx_on_off_srv_el_msg_t = struct meshx_on_off_srv_el_msg |
Implementation of Generic OnOff Client Model for MeshX.
This file contains the implementation of the Generic OnOff client model, which provides standard OnOff model functionality in the MeshX BLE mesh framework.
Key Features:
| #define MESHX_GEN_ONOFF_CLIENT_MODEL_TEMPLATE_PARAMS |
| #define MESHX_GEN_ONOFF_CLIENT_MODEL_TEMPLATE_PROTO |
| #define MESHX_GEN_ONOFF_SERVER_MODEL_TEMPLATE_PARAMS |
| #define MESHX_GEN_ONOFF_SERVER_MODEL_TEMPLATE_PROTO |
| using meshx_gen_onoff_model_state_t = struct meshx_gen_onoff_model_state |
| using meshx_gen_onoff_send_params_t = struct meshx_gen_onoff_send_params |
| using meshx_on_off_cli_el_msg_t = struct meshx_on_off_cli_el_msg |
| using meshx_on_off_srv_el_msg_t = struct meshx_on_off_srv_el_msg |