MeshX 0.4
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>

Data Fields

int max_msg_depth
int max_msg_length
void * __msg_q_handle

Detailed Description

MeshX Message Queue Structure.

Field Documentation

◆ __msg_q_handle

void* meshx_msg_q::__msg_q_handle

Message Queue Handle

◆ max_msg_depth

int meshx_msg_q::max_msg_depth

Maximum Message Length

◆ max_msg_length

int meshx_msg_q::max_msg_length

Maximum Message Count


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