Structure to hold queued commands. More...
#include <SerialModemBase.h>
Public Attributes | |
| CommandType | type |
| Type of command. | |
| char | cmdBuffer [48] |
| Command string (header only for DataTx) | |
| const uint8_t * | pPayload |
| Pointer to payload data (for DataTx) | |
| uint8_t | payloadLen |
| Length of payload. | |
| char | suffix [48] |
| Optional suffix for DataTx (e.g., routing options) | |
| uint32_t | timeoutMs |
| Timeout for this command. | |
Structure to hold queued commands.
| char ModemCommand::cmdBuffer[48] |
Command string (header only for DataTx)
| uint8_t ModemCommand::payloadLen |
Length of payload.
| const uint8_t* ModemCommand::pPayload |
Pointer to payload data (for DataTx)
| char ModemCommand::suffix[48] |
Optional suffix for DataTx (e.g., routing options)
| uint32_t ModemCommand::timeoutMs |
Timeout for this command.
| CommandType ModemCommand::type |
Type of command.