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

Structure to hold the On/Off Server to element message. More...

#include <meshx_light_ctl_client.h>

Collaboration diagram for meshx_ctl_cli_el_msg:
Collaboration graph

Data Fields

uint8_t err_code
 
meshx_model_t model
 
meshx_ctx_t ctx
 
meshx_ctl_el_state_t ctl_state
 

Detailed Description

Structure to hold the On/Off Server to element message.

Definition at line 49 of file meshx_light_ctl_client.h.

Field Documentation

◆ ctl_state

meshx_ctl_el_state_t meshx_ctl_cli_el_msg::ctl_state

The present value of Generic Ctl state

Definition at line 54 of file meshx_light_ctl_client.h.

◆ ctx

meshx_ctx_t meshx_ctl_cli_el_msg::ctx

Context of the message

Definition at line 53 of file meshx_light_ctl_client.h.

◆ err_code

uint8_t meshx_ctl_cli_el_msg::err_code

Error code

Definition at line 51 of file meshx_light_ctl_client.h.

◆ model

meshx_model_t meshx_ctl_cli_el_msg::model

Generic Ctl Server model

Definition at line 52 of file meshx_light_ctl_client.h.


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