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

Structure to hold the relay client message. More...

#include <meshx_relay_client_element.h>

Collaboration diagram for meshx_gen_on_off_cli_msg:
Collaboration graph

Data Fields

uint8_t ack
 
uint8_t set_get
 
uint8_t reserved
 
uint16_t element_id
 

Detailed Description

Structure to hold the relay client message.

Definition at line 50 of file meshx_relay_client_element.h.

Field Documentation

◆ ack

uint8_t meshx_gen_on_off_cli_msg::ack

Acknowledgment flag

Definition at line 52 of file meshx_relay_client_element.h.

◆ element_id

uint16_t meshx_gen_on_off_cli_msg::element_id

Element ID

Definition at line 55 of file meshx_relay_client_element.h.

◆ reserved

uint8_t meshx_gen_on_off_cli_msg::reserved

Reserved for future use

Definition at line 54 of file meshx_relay_client_element.h.

◆ set_get

uint8_t meshx_gen_on_off_cli_msg::set_get

Set/Get flag

Definition at line 53 of file meshx_relay_client_element.h.


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