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 for the BLE Mesh application API message. More...
#include <meshx_api.h>
Data Fields | ||
union { | ||
meshx_ctrl_msg_header_t ctrl_msg | ||
meshx_app_element_msg_header_t element_msg | ||
} | msg_type_u | |
uint8_t | data [MESHX_APP_API_MSG_MAX_SIZE] | |
Structure for the BLE Mesh application API message.
This structure defines the BLE Mesh application API message.
Definition at line 166 of file meshx_api.h.
meshx_ctrl_msg_header_t meshx_app_api_msg::ctrl_msg |
Definition at line 170 of file meshx_api.h.
uint8_t meshx_app_api_msg::data[MESHX_APP_API_MSG_MAX_SIZE] |
Definition at line 174 of file meshx_api.h.
meshx_app_element_msg_header_t meshx_app_api_msg::element_msg |
Definition at line 171 of file meshx_api.h.
union { ... } meshx_app_api_msg::msg_type_u |