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 manage CWWW element initialization. More...
#include <meshx_cwww_server_element.h>
Data Fields | |
meshx_cwww_server_ctx_t * | srv_ctx |
MESHX_MODEL | cwww_srv_model_list [CWWW_SRV_MODEL_SIG_CNT] |
meshx_ctl_server_model_t * | ctl_srv_model |
meshx_onoff_server_model_t * | onoff_srv_model |
Structure to manage CWWW element initialization.
Definition at line 53 of file meshx_cwww_server_element.h.
meshx_ctl_server_model_t* meshx_cwww_element::ctl_srv_model |
CTL Server model
Definition at line 57 of file meshx_cwww_server_element.h.
MESHX_MODEL meshx_cwww_element::cwww_srv_model_list[CWWW_SRV_MODEL_SIG_CNT] |
List of CWWW Server SIG Models
Definition at line 56 of file meshx_cwww_server_element.h.
meshx_onoff_server_model_t* meshx_cwww_element::onoff_srv_model |
On Off Server model
Definition at line 58 of file meshx_cwww_server_element.h.
meshx_cwww_server_ctx_t* meshx_cwww_element::srv_ctx |
Context of the relay server
Definition at line 55 of file meshx_cwww_server_element.h.