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

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

#include <meshx_light_cwww_client_element.h>

Collaboration diagram for cwww_client_element:
Collaboration graph

Data Fields

size_t element_model_init
 
meshx_cwww_client_model_ctx_tcwww_cli_ctx
 
meshx_model_interface_tonoff_cli_model
 
meshx_model_interface_tctl_cli_model
 
MESHX_MODEL cwww_cli_sig_model_list [CWWW_CLI_MODEL_SIG_CNT]
 

Detailed Description

Structure to hold the cwww client element.

Definition at line 123 of file meshx_light_cwww_client_element.h.

Field Documentation

◆ ctl_cli_model

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.

◆ cwww_cli_ctx

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.

◆ cwww_cli_sig_model_list

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.

◆ element_model_init

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.

◆ onoff_cli_model

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.


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