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 and configuration for the relay client element. More...
#include <meshx_relay_client_element.h>
Data Fields | |
size_t | element_model_init |
meshx_relay_client_model_ctx_t * | cli_ctx |
meshx_onoff_client_model_t * | onoff_cli_model |
MESHX_MODEL | relay_cli_sig_model_list [RELAY_CLI_MODEL_SIG_CNT] |
Structure to hold the context and configuration for the relay client element.
Definition at line 73 of file meshx_relay_client_element.h.
meshx_relay_client_model_ctx_t* relay_client_element::cli_ctx |
Pointer to the relay client context
Definition at line 76 of file meshx_relay_client_element.h.
size_t relay_client_element::element_model_init |
Initialization status of the element model
Definition at line 75 of file meshx_relay_client_element.h.
meshx_onoff_client_model_t* relay_client_element::onoff_cli_model |
Pointer to the list of relay client on/off generic structures
Definition at line 77 of file meshx_relay_client_element.h.
MESHX_MODEL relay_client_element::relay_cli_sig_model_list[RELAY_CLI_MODEL_SIG_CNT] |
Pointer to the list of relay client SIG model structures
Definition at line 78 of file meshx_relay_client_element.h.