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

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

#include <meshx_api.h>

Collaboration diagram for meshx_ctrl_msg_header:
Collaboration graph

Data Fields

uint16_t evt
 
uint16_t reserved
 

Detailed Description

Structure for the BLE Mesh application control message header.

This structure defines the header for BLE Mesh application control messages.

Definition at line 154 of file meshx_api.h.

Field Documentation

◆ evt

uint16_t meshx_ctrl_msg_header::evt

Definition at line 156 of file meshx_api.h.

◆ reserved

uint16_t meshx_ctrl_msg_header::reserved

Definition at line 157 of file meshx_api.h.


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