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

Structure to hold the context and configuration for the relay client element. More...

#include <meshx_relay_client_element.h>

Collaboration diagram for relay_client_element:
Collaboration graph

Data Fields

size_t element_model_init
 
meshx_relay_client_model_ctx_tcli_ctx
 
meshx_onoff_client_model_t * onoff_cli_model
 
MESHX_MODEL relay_cli_sig_model_list [RELAY_CLI_MODEL_SIG_CNT]
 

Detailed Description

Structure to hold the context and configuration for the relay client element.

Definition at line 73 of file meshx_relay_client_element.h.

Field Documentation

◆ cli_ctx

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.

◆ element_model_init

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.

◆ onoff_cli_model

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.

◆ relay_cli_sig_model_list

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.


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