|
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.
|
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] |
Structure for the transmission queue in the Tx Control module.
This structure represents the circular buffer used to store queued transmission items.
| uint16_t meshx_tx_queue_t::count |
Number of items in the transmission queue
| int16_t meshx_tx_queue_t::head |
Head of the transmission queue
| meshx_txcm_tx_q_t meshx_tx_queue_t::q_param[10] |
Array of transmission queue items
| int16_t meshx_tx_queue_t::tail |
Tail of the transmission queue