Represents status of a PDN context. More...
#include <cellular_types.h>
Data Fields | |
| uint8_t | contextId |
| uint8_t | state |
| CellularPdnContextType_t | pdnContextType |
| CellularIPAddress_t | ipAddress |
Represents status of a PDN context.
| uint8_t CellularPdnStatus_t::contextId |
1-16 are valid values.
| uint8_t CellularPdnStatus_t::state |
0 = Deactivated, 1 = Activated.
| CellularPdnContextType_t CellularPdnStatus_t::pdnContextType |
PDN Context type.
| CellularIPAddress_t CellularPdnStatus_t::ipAddress |
Local IP address after the context is activated.