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.
|
Structure to hold the context of the cwww client. More...
#include <meshx_light_cwww_client_element.h>
Data Fields | |
uint8_t | tid |
meshx_on_off_cli_state_t | state |
meshx_on_off_cli_state_t | prev_state |
meshx_ctl_el_state_t | ctl_state |
meshx_ctl_el_state_t | prev_ctl_state |
uint16_t | app_id |
uint16_t | pub_addr |
Structure to hold the context of the cwww client.
Definition at line 93 of file meshx_light_cwww_client_element.h.
uint16_t cwww_cli_ctx::app_id |
Application ID
Definition at line 100 of file meshx_light_cwww_client_element.h.
meshx_ctl_el_state_t cwww_cli_ctx::ctl_state |
State of the cwww client
Definition at line 98 of file meshx_light_cwww_client_element.h.
meshx_ctl_el_state_t cwww_cli_ctx::prev_ctl_state |
State of the cwww client
Definition at line 99 of file meshx_light_cwww_client_element.h.
meshx_on_off_cli_state_t cwww_cli_ctx::prev_state |
State of the cwww client
Definition at line 97 of file meshx_light_cwww_client_element.h.
uint16_t cwww_cli_ctx::pub_addr |
Publish address
Definition at line 101 of file meshx_light_cwww_client_element.h.
meshx_on_off_cli_state_t cwww_cli_ctx::state |
State of the cwww client
Definition at line 96 of file meshx_light_cwww_client_element.h.
uint8_t cwww_cli_ctx::tid |
Transaction ID
Definition at line 95 of file meshx_light_cwww_client_element.h.