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

Structure defines the payload for MESHX_ELEMENT_TYPE_RELAY_CLIENT. More...

#include <meshx_api.h>

Collaboration diagram for meshx_api_relay_client_state:
Collaboration graph

Data Fields

uint8_t err_code
 
uint8_t on_off
 

Detailed Description

Structure defines the payload for MESHX_ELEMENT_TYPE_RELAY_CLIENT.

Definition at line 84 of file meshx_api.h.

Field Documentation

◆ err_code

uint8_t meshx_api_relay_client_state::err_code

Definition at line 86 of file meshx_api.h.

◆ on_off

uint8_t meshx_api_relay_client_state::on_off

Definition at line 87 of file meshx_api.h.


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