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 elements. More...
#include <meshx_light_cwww_client_element.h>
Data Fields | |
uint16_t | element_cnt |
uint16_t | element_id_end |
uint16_t | element_id_start |
meshx_cwww_client_elements_t * | el_list |
Structure to hold the cwww client elements.
Definition at line 135 of file meshx_light_cwww_client_element.h.
meshx_cwww_client_elements_t* cwww_client_element_ctrl::el_list |
Pointer to the list of cwww client elements
Definition at line 140 of file meshx_light_cwww_client_element.h.
uint16_t cwww_client_element_ctrl::element_cnt |
Number of elements
Definition at line 137 of file meshx_light_cwww_client_element.h.
uint16_t cwww_client_element_ctrl::element_id_end |
Ending ID of the element
Definition at line 138 of file meshx_light_cwww_client_element.h.
uint16_t cwww_client_element_ctrl::element_id_start |
Starting ID of the element
Definition at line 139 of file meshx_light_cwww_client_element.h.