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_app_api_msg Struct Reference

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

#include <meshx_api.h>

Collaboration diagram for meshx_app_api_msg:
Collaboration graph

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]
 

Detailed Description

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.

Field Documentation

◆ ctrl_msg

meshx_ctrl_msg_header_t meshx_app_api_msg::ctrl_msg

Definition at line 170 of file meshx_api.h.

◆ data

uint8_t meshx_app_api_msg::data[MESHX_APP_API_MSG_MAX_SIZE]

Definition at line 174 of file meshx_api.h.

◆ element_msg

meshx_app_element_msg_header_t meshx_app_api_msg::element_msg

Definition at line 171 of file meshx_api.h.

◆ [union]

union { ... } meshx_app_api_msg::msg_type_u

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