The AT command request structure. More...
#include <cellular_common.h>
Data Fields | |
| const char * | pAtCmd |
| CellularATCommandType_t | atCmdType |
| const char * | pAtRspPrefix |
| CellularATCommandResponseReceivedCallback_t | respCallback |
| void * | pData |
| uint16_t | dataLen |
The AT command request structure.
| const char* CellularAtReq_t::pAtCmd |
The At command string used for at command request.
| CellularATCommandType_t CellularAtReq_t::atCmdType |
The At command type.
| const char* CellularAtReq_t::pAtRspPrefix |
The prefix of at command response.
| CellularATCommandResponseReceivedCallback_t CellularAtReq_t::respCallback |
The callback function CellularATCommandResponseReceivedCallback_t.
| void* CellularAtReq_t::pData |
The data pointer to the data.
| uint16_t CellularAtReq_t::dataLen |
The length of the data pointer .