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

Represents a PDN config. More...

#include <cellular_types.h>

Data Fields

CellularPdnContextType_t pdnContextType
 
CellularPdnAuthType_t pdnAuthType
 
const char apnName [CELLULAR_APN_MAX_SIZE+1]
 
const char username [CELLULAR_PDN_USERNAME_MAX_SIZE+1]
 
const char password [CELLULAR_PDN_PASSWORD_MAX_SIZE+1]
 

Detailed Description

Represents a PDN config.

Field Documentation

◆ pdnContextType

CellularPdnContextType_t CellularPdnConfig_t::pdnContextType

PDN Context type.

◆ pdnAuthType

CellularPdnAuthType_t CellularPdnConfig_t::pdnAuthType

PDN Authentication type.

◆ apnName

const char CellularPdnConfig_t::apnName[CELLULAR_APN_MAX_SIZE+1]

APN name.

◆ username

const char CellularPdnConfig_t::username[CELLULAR_PDN_USERNAME_MAX_SIZE+1]

Username.

◆ password

const char CellularPdnConfig_t::password[CELLULAR_PDN_PASSWORD_MAX_SIZE+1]

Password.


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