FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularAtReq_t Struct Reference

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
 

Detailed Description

The AT command request structure.

Field Documentation

◆ pAtCmd

const char* CellularAtReq_t::pAtCmd

The At command string used for at command request.

◆ atCmdType

CellularATCommandType_t CellularAtReq_t::atCmdType

The At command type.

◆ pAtRspPrefix

const char* CellularAtReq_t::pAtRspPrefix

The prefix of at command response.

◆ respCallback

◆ pData

void* CellularAtReq_t::pData

The data pointer to the data.

◆ dataLen

uint16_t CellularAtReq_t::dataLen

The length of the data pointer .


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