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

Structure to hold the relay server save restore context. More...

#include <meshx_relay_server_element.h>

Collaboration diagram for meshx_relay_srv_model_ctx:
Collaboration graph

Data Fields

uint8_t tid
 
uint16_t app_id
 
uint16_t pub_addr
 
meshx_on_off_srv_el_state_t state
 

Detailed Description

Structure to hold the relay server save restore context.

Definition at line 32 of file meshx_relay_server_element.h.

Field Documentation

◆ app_id

uint16_t meshx_relay_srv_model_ctx::app_id

Application ID

Definition at line 35 of file meshx_relay_server_element.h.

◆ pub_addr

uint16_t meshx_relay_srv_model_ctx::pub_addr

Publish address

Definition at line 36 of file meshx_relay_server_element.h.

◆ state

meshx_on_off_srv_el_state_t meshx_relay_srv_model_ctx::state

On/Off state

Definition at line 37 of file meshx_relay_server_element.h.

◆ tid

uint8_t meshx_relay_srv_model_ctx::tid

Transaction ID

Definition at line 34 of file meshx_relay_server_element.h.


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