![]() |
nRF Connect SDK API 3.3.99
|
| int lte_lc_pdn_default_ctx_apn_get | ( | char * | buf, |
| size_t | len ) |
#include <include/modem/lte_lc.h>
Retrieve the default Access Point Name (APN).
The default APN is the APN of the default PDP context (zero).
CONFIG_LTE_LC_PDN_MODULE to be enabled.| [out] | buf | The buffer to copy the APN into. The string is null-terminated. |
| [in] | len | The size of the output buffer. |
| 0 | On success. |