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] |
Represents a PDN config.
| CellularPdnContextType_t CellularPdnConfig_t::pdnContextType |
PDN Context type.
| CellularPdnAuthType_t CellularPdnConfig_t::pdnAuthType |
PDN Authentication type.
| const char CellularPdnConfig_t::apnName[CELLULAR_APN_MAX_SIZE+1] |
APN name.
| const char CellularPdnConfig_t::username[CELLULAR_PDN_USERNAME_MAX_SIZE+1] |
Username.
| const char CellularPdnConfig_t::password[CELLULAR_PDN_PASSWORD_MAX_SIZE+1] |
Password.