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

Structure for the transmission queue in the Tx Control module. More...

Data Fields

int16_t head
int16_t tail
uint16_t count
meshx_txcm_tx_q_t q_param [10]

Detailed Description

Structure for the transmission queue in the Tx Control module.

This structure represents the circular buffer used to store queued transmission items.

Field Documentation

◆ count

uint16_t meshx_tx_queue_t::count

Number of items in the transmission queue

◆ head

int16_t meshx_tx_queue_t::head

Head of the transmission queue

◆ q_param

meshx_txcm_tx_q_t meshx_tx_queue_t::q_param[10]

Array of transmission queue items

◆ tail

int16_t meshx_tx_queue_t::tail

Tail of the transmission queue


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