RadioLib
Universal wireless communication library for Arduino
|
Structure to hold information about a queue of MAC commands. More...
#include <LoRaWAN.h>
Public Attributes | |
uint8_t | numCommands |
Number of commands in the queue. | |
uint8_t | len |
Total length of the queue. | |
LoRaWANMacCommand_t | commands [RADIOLIB_LW_MAC_COMMAND_QUEUE_SIZE] |
MAC command buffer. | |
Structure to hold information about a queue of MAC commands.