MLR_Modem
 
Loading...
Searching...
No Matches
Public Attributes | List of all members
ModemCommand Struct Reference

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.
 

Detailed Description

Structure to hold queued commands.

Member Data Documentation

◆ cmdBuffer

char ModemCommand::cmdBuffer[48]

Command string (header only for DataTx)

◆ payloadLen

uint8_t ModemCommand::payloadLen

Length of payload.

◆ pPayload

const uint8_t* ModemCommand::pPayload

Pointer to payload data (for DataTx)

◆ suffix

char ModemCommand::suffix[48]

Optional suffix for DataTx (e.g., routing options)

◆ timeoutMs

uint32_t ModemCommand::timeoutMs

Timeout for this command.

◆ type

CommandType ModemCommand::type

Type of command.


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