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 hold the cwww client element. More...
#include <meshx_light_cwww_client_element.h>
Structure to hold the cwww client element.
Definition at line 123 of file meshx_light_cwww_client_element.h.
meshx_model_interface_t* cwww_client_element::ctl_cli_model |
Pointer to the list of cwww client light CTL structures
Definition at line 128 of file meshx_light_cwww_client_element.h.
meshx_cwww_client_model_ctx_t* cwww_client_element::cwww_cli_ctx |
Pointer to the cwww client context
Definition at line 126 of file meshx_light_cwww_client_element.h.
MESHX_MODEL cwww_client_element::cwww_cli_sig_model_list[CWWW_CLI_MODEL_SIG_CNT] |
Pointer to the list of cwww client SIG model structures
Definition at line 129 of file meshx_light_cwww_client_element.h.
size_t cwww_client_element::element_model_init |
Initialization status of the element model
Definition at line 125 of file meshx_light_cwww_client_element.h.
meshx_model_interface_t* cwww_client_element::onoff_cli_model |
Pointer to the list of cwww client on/off generic structures
Definition at line 127 of file meshx_light_cwww_client_element.h.