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

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

#include <meshx_api.h>

Collaboration diagram for meshx_app_element_msg_header:
Collaboration graph

Data Fields

uint16_t element_id
 
uint16_t element_type
 
uint16_t func_id
 
uint16_t msg_len
 

Detailed Description

Structure for the BLE Mesh application element message header.

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

Definition at line 140 of file meshx_api.h.

Field Documentation

◆ element_id

uint16_t meshx_app_element_msg_header::element_id

Definition at line 142 of file meshx_api.h.

◆ element_type

uint16_t meshx_app_element_msg_header::element_type

Definition at line 143 of file meshx_api.h.

◆ func_id

uint16_t meshx_app_element_msg_header::func_id

Definition at line 144 of file meshx_api.h.

◆ msg_len

uint16_t meshx_app_element_msg_header::msg_len

Definition at line 145 of file meshx_api.h.


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