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_data_payload Union Reference

Structure for the BLE Mesh application control message. More...

#include <meshx_api.h>

Collaboration diagram for meshx_data_payload:
Collaboration graph

Data Fields

meshx_api_relay_client_evt_t relay_client_evt
 
meshx_api_relay_server_evt_t relay_server_evt
 
meshx_api_light_cwww_client_evt_t light_cwww_client_evt
 
meshx_api_light_cwww_server_evt_t light_cwww_server_evt
 

Detailed Description

Structure for the BLE Mesh application control message.

This structure defines the BLE Mesh application control payloads.

Definition at line 118 of file meshx_api.h.

Field Documentation

◆ light_cwww_client_evt

meshx_api_light_cwww_client_evt_t meshx_data_payload::light_cwww_client_evt

Definition at line 122 of file meshx_api.h.

◆ light_cwww_server_evt

meshx_api_light_cwww_server_evt_t meshx_data_payload::light_cwww_server_evt

Definition at line 123 of file meshx_api.h.

◆ relay_client_evt

meshx_api_relay_client_evt_t meshx_data_payload::relay_client_evt

Definition at line 120 of file meshx_api.h.

◆ relay_server_evt

meshx_api_relay_server_evt_t meshx_data_payload::relay_server_evt

Definition at line 121 of file meshx_api.h.


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