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

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

#include <meshx_api.h>

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
meshx_api_light_hsl_server_evt_t light_hsl_server_evt
meshx_api_sensor_server_evt_t sensor_server_evt

Detailed Description

Structure for the BLE Mesh application control message.

This structure defines the BLE Mesh application control payloads.

Field Documentation

◆ light_cwww_client_evt

meshx_api_light_cwww_client_evt_t meshx_data_payload::light_cwww_client_evt

◆ light_cwww_server_evt

meshx_api_light_cwww_server_evt_t meshx_data_payload::light_cwww_server_evt

◆ light_hsl_server_evt

meshx_api_light_hsl_server_evt_t meshx_data_payload::light_hsl_server_evt

◆ relay_client_evt

meshx_api_relay_client_evt_t meshx_data_payload::relay_client_evt

◆ relay_server_evt

meshx_api_relay_server_evt_t meshx_data_payload::relay_server_evt

◆ sensor_server_evt

meshx_api_sensor_server_evt_t meshx_data_payload::sensor_server_evt

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