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

Structure to manage CWWW element initialization. More...

#include <meshx_cwww_server_element.h>

Collaboration diagram for meshx_cwww_element:
Collaboration graph

Data Fields

meshx_cwww_server_ctx_tsrv_ctx
 
MESHX_MODEL cwww_srv_model_list [CWWW_SRV_MODEL_SIG_CNT]
 
meshx_ctl_server_model_tctl_srv_model
 
meshx_onoff_server_model_t * onoff_srv_model
 

Detailed Description

Structure to manage CWWW element initialization.

Definition at line 53 of file meshx_cwww_server_element.h.

Field Documentation

◆ ctl_srv_model

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.

◆ cwww_srv_model_list

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.

◆ onoff_srv_model

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.

◆ srv_ctx

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.


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