FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
Cellular Parameter structures

Structures passed as parameters to cellular functions
These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member. More...

Data Structures

struct  CellularSimCardStatus_t
 SIM Card status. More...
 
struct  CellularPlmnInfo_t
 Public Land Mobile Network (PLMN) information. More...
 
struct  CellularSimCardInfo_t
 SIM Card information. More...
 
struct  CellularModemInfo_t
 Modem information. More...
 
struct  CellularTime_t
 Represents time. More...
 
struct  CellularSignalInfo_t
 Represents signal information. More...
 
struct  CellularServiceStatus_t
 Represents network service status. More...
 
struct  CellularATCommandLine_t
 Represents A singly-lined list of intermediate AT responses. More...
 
struct  CellularATCommandResponse_t
 Represents AT Command response. More...
 
struct  CellularPsmSettings_t
 Represents PSM settings. More...
 
struct  CellularEidrxSettings_t
 Represents e-I-DRX settings. More...
 
struct  CellularEidrxSettingsList_t
 Cellular Represents e-I-DRX settings Lists. More...
 
struct  CellularIPAddress_t
 Represents IP Address. More...
 
struct  CellularPdnConfig_t
 Represents a PDN config. More...
 
struct  CellularPdnStatus_t
 Represents status of a PDN context. More...
 
struct  CellularSocketAddress_t
 Represents socket address. More...
 

Macros

#define CELLULAR_INVALID_SIGNAL_VALUE   ( -32768 )
 Invalid signal value.
 
#define CELLULAR_INVALID_SIGNAL_BAR_VALUE   ( 0xFFU )
 Invalid signal bar value.
 

Detailed Description

Structures passed as parameters to cellular functions
These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member.