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

Structure to hold the context of the cwww client. More...

#include <meshx_cwww_server_element.h>

Collaboration diagram for cwww_srv_ctx:
Collaboration graph

Data Fields

uint8_t tid
 
uint16_t app_id
 
uint16_t pub_addr
 
meshx_on_off_srv_el_state_t state
 
meshx_on_off_srv_el_state_t prev_state
 
meshx_light_ctl_srv_state_t ctl_state
 
meshx_light_ctl_srv_state_t prev_ctl_state
 

Detailed Description

Structure to hold the context of the cwww client.

Definition at line 39 of file meshx_cwww_server_element.h.

Field Documentation

◆ app_id

uint16_t cwww_srv_ctx::app_id

Application ID

Definition at line 42 of file meshx_cwww_server_element.h.

◆ ctl_state

meshx_light_ctl_srv_state_t cwww_srv_ctx::ctl_state

CTL State of the cwww client

Definition at line 46 of file meshx_cwww_server_element.h.

◆ prev_ctl_state

meshx_light_ctl_srv_state_t cwww_srv_ctx::prev_ctl_state

Prev CTL State of the cwww client

Definition at line 47 of file meshx_cwww_server_element.h.

◆ prev_state

meshx_on_off_srv_el_state_t cwww_srv_ctx::prev_state

Prev ON/OFF State of the cwww client

Definition at line 45 of file meshx_cwww_server_element.h.

◆ pub_addr

uint16_t cwww_srv_ctx::pub_addr

Publish address

Definition at line 43 of file meshx_cwww_server_element.h.

◆ state

meshx_on_off_srv_el_state_t cwww_srv_ctx::state

ON/OFF State of the cwww client

Definition at line 44 of file meshx_cwww_server_element.h.

◆ tid

uint8_t cwww_srv_ctx::tid

Transaction ID

Definition at line 41 of file meshx_cwww_server_element.h.


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