![]() |
nRF Connect SDK API 3.3.99
|
| int lwm2m_os_pdn_ctx_configure | ( | uint8_t | cid, |
| const char * | apn, | ||
| enum lwm2m_os_pdn_fam | family ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_os.h>
Configure a Packet Data Protocol context.
| cid | The PDP context to configure. |
| apn | The Access Point Name to configure the PDP context with. |
| family | The family to configure the PDN context for. |
| 0 | If the operation was successful. Otherwise, a negative error code is returned. |