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

Structure to manage relay element initialization. More...

#include <meshx_relay_server_element.h>

Collaboration diagram for meshx_relay_element_ctrl:
Collaboration graph

Data Fields

size_t element_cnt
 
size_t element_id_end
 
size_t element_id_start
 
meshx_relay_element_tel_list
 

Detailed Description

Structure to manage relay element initialization.

Definition at line 53 of file meshx_relay_server_element.h.

Field Documentation

◆ el_list

meshx_relay_element_t* meshx_relay_element_ctrl::el_list

Pointer to element list

Definition at line 58 of file meshx_relay_server_element.h.

◆ element_cnt

size_t meshx_relay_element_ctrl::element_cnt

Number of relay elements

Definition at line 55 of file meshx_relay_server_element.h.

◆ element_id_end

size_t meshx_relay_element_ctrl::element_id_end

Ending ID of the element

Definition at line 56 of file meshx_relay_server_element.h.

◆ element_id_start

size_t meshx_relay_element_ctrl::element_id_start

Starting ID of the element

Definition at line 57 of file meshx_relay_server_element.h.


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