nRF Connect SDK API 2.8.99
|
int pdn_activate | ( | uint8_t | cid, |
int * | esm, | ||
enum pdn_fam * | family ) |
#include <include/modem/pdn.h>
Activate a Packet Data Network (PDN) connection.
cid | The PDP context ID to activate a connection for. | |
[out] | esm | If provided, the function will block to return the ESM error reason. |
[out] | family | If provided, the function will block to return PDN_FAM_IPV4 if only IPv4 is supported, or PDN_FAM_IPV6 if only IPv6 is supported. Otherwise, this value will remain unchanged. |