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.
Loading...
Searching...
No Matches
cwww_client_element_ctrl Struct Reference

Structure to hold the cwww client elements. More...

#include <meshx_light_cwww_client_element.h>

Collaboration diagram for cwww_client_element_ctrl:
Collaboration graph

Data Fields

uint16_t element_cnt
 
uint16_t element_id_end
 
uint16_t element_id_start
 
meshx_cwww_client_elements_tel_list
 

Detailed Description

Structure to hold the cwww client elements.

Definition at line 135 of file meshx_light_cwww_client_element.h.

Field Documentation

◆ el_list

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.

◆ element_cnt

uint16_t cwww_client_element_ctrl::element_cnt

Number of elements

Definition at line 137 of file meshx_light_cwww_client_element.h.

◆ element_id_end

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.

◆ element_id_start

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.


The documentation for this struct was generated from the following file: