Represents a PDN config. More...
#include <cellular_types.h>
Data Fields | |
| CellularPdnContextType_t | pdnContextType | 
| CellularPdnAuthType_t | pdnAuthType | 
| char | apnName [CELLULAR_APN_MAX_SIZE+1] | 
| char | username [CELLULAR_PDN_USERNAME_MAX_SIZE+1] | 
| char | password [CELLULAR_PDN_PASSWORD_MAX_SIZE+1] | 
Represents a PDN config.
| CellularPdnContextType_t CellularPdnConfig_t::pdnContextType | 
PDN Context type.
| CellularPdnAuthType_t CellularPdnConfig_t::pdnAuthType | 
PDN Authentication type.
| char CellularPdnConfig_t::apnName[CELLULAR_APN_MAX_SIZE+1] | 
APN name.
| char CellularPdnConfig_t::username[CELLULAR_PDN_USERNAME_MAX_SIZE+1] | 
Username.
| char CellularPdnConfig_t::password[CELLULAR_PDN_PASSWORD_MAX_SIZE+1] | 
Password.