MeshX 0.4
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

Standard Relay Client Message structure (shared between C element and C++ model). More...

#include <meshx_relay_msg_defs.h>

Data Fields

uint8_t ack
uint8_t set_get
uint8_t reserved
uint16_t element_id
uint8_t on_off

Detailed Description

Standard Relay Client Message structure (shared between C element and C++ model).

This structure must match the layout expected by the control task dispatch.

Field Documentation

◆ ack

uint8_t meshx_gen_on_off_cli_msg::ack

◆ element_id

uint16_t meshx_gen_on_off_cli_msg::element_id

◆ on_off

uint8_t meshx_gen_on_off_cli_msg::on_off

◆ reserved

uint8_t meshx_gen_on_off_cli_msg::reserved

◆ set_get

uint8_t meshx_gen_on_off_cli_msg::set_get

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