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

Represents A singly-lined list of intermediate AT responses. More...

#include <cellular_types.h>

Data Fields

struct CellularATCommandLine * pNext
 
char * pLine
 

Detailed Description

Represents A singly-lined list of intermediate AT responses.

Field Documentation

◆ pNext

struct CellularATCommandLine* CellularATCommandLine_t::pNext

The CellularATCommandLine structure pointer points to the next element of the liniked list.

◆ pLine

char* CellularATCommandLine_t::pLine

The content of the at command.


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