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

MeshX Message Queue Structure. More...

#include <meshx_msg_q.h>

Collaboration diagram for meshx_msg_q:
Collaboration graph

Data Fields

int max_msg_depth
 
int max_msg_length
 
void * __msg_q_handle
 

Detailed Description

MeshX Message Queue Structure.

Definition at line 21 of file meshx_msg_q.h.

Field Documentation

◆ __msg_q_handle

void* meshx_msg_q::__msg_q_handle

Message Queue Handle

Definition at line 27 of file meshx_msg_q.h.

◆ max_msg_depth

int meshx_msg_q::max_msg_depth

Maximum Message Length

Definition at line 24 of file meshx_msg_q.h.

◆ max_msg_length

int meshx_msg_q::max_msg_length

Maximum Message Count

Definition at line 25 of file meshx_msg_q.h.


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