The data command request structure. More...
#include <cellular_common.h>
Data Fields | |
const uint8_t * | pData |
uint32_t | dataLen |
uint32_t * | pSentDataLength |
const uint8_t * | pEndPattern |
uint32_t | endPatternLen |
The data command request structure.
const uint8_t* CellularAtDataReq_t::pData |
Data to send.
uint32_t CellularAtDataReq_t::dataLen |
Data length to send.
uint32_t* CellularAtDataReq_t::pSentDataLength |
Data actually sent.
const uint8_t* CellularAtDataReq_t::pEndPattern |
End pattern after pData is sent completely. Set NULL if not required. Cellular modem uses end pattern instead of length in AT command can make use of this variable.
uint32_t CellularAtDataReq_t::endPatternLen |
End pattern length.