Represents A singly-lined list of intermediate AT responses. More...
#include <cellular_types.h>
Data Fields | |
struct CellularATCommandLine * | pNext |
char * | pLine |
Represents A singly-lined list of intermediate AT responses.
struct CellularATCommandLine* CellularATCommandLine_t::pNext |
The CellularATCommandLine structure pointer points to the next element of the linked list.
char* CellularATCommandLine_t::pLine |
The content of the at command.