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
meshx_cwww_elements_ctrl Struct Reference

Structure representing a CW-WW element in the BLE mesh network. More...

#include <meshx_cwww_server_element.h>

Collaboration diagram for meshx_cwww_elements_ctrl:
Collaboration graph

Data Fields

size_t element_cnt
 
size_t element_id_end
 
size_t element_id_start
 
meshx_cwww_element_tel_list
 

Detailed Description

Structure representing a CW-WW element in the BLE mesh network.

This structure contains all the necessary context and configuration for controlling a CW-WW (Cool White - Warm White) light element in a BLE mesh network.

Definition at line 67 of file meshx_cwww_server_element.h.

Field Documentation

◆ el_list

meshx_cwww_element_t* meshx_cwww_elements_ctrl::el_list

Pointer to element list

Definition at line 72 of file meshx_cwww_server_element.h.

◆ element_cnt

size_t meshx_cwww_elements_ctrl::element_cnt

Number of relay elements

Definition at line 69 of file meshx_cwww_server_element.h.

◆ element_id_end

size_t meshx_cwww_elements_ctrl::element_id_end

Ending ID of the element

Definition at line 70 of file meshx_cwww_server_element.h.

◆ element_id_start

size_t meshx_cwww_elements_ctrl::element_id_start

Starting ID of the element

Definition at line 71 of file meshx_cwww_server_element.h.


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