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.
|
Structure to hold the relay client message. More...
#include <meshx_relay_client_element.h>
Data Fields | |
uint8_t | ack |
uint8_t | set_get |
uint8_t | reserved |
uint16_t | element_id |
Structure to hold the relay client message.
Definition at line 50 of file meshx_relay_client_element.h.
uint8_t meshx_gen_on_off_cli_msg::ack |
Acknowledgment flag
Definition at line 52 of file meshx_relay_client_element.h.
uint16_t meshx_gen_on_off_cli_msg::element_id |
Element ID
Definition at line 55 of file meshx_relay_client_element.h.
uint8_t meshx_gen_on_off_cli_msg::reserved |
Reserved for future use
Definition at line 54 of file meshx_relay_client_element.h.
uint8_t meshx_gen_on_off_cli_msg::set_get |
Set/Get flag
Definition at line 53 of file meshx_relay_client_element.h.