nrfxlib API 2.8.99
|
Application interface offered for management of the Modem library. More...
Topics | |
Limits of the Modem library. | |
Modem library constants. | |
Modem DFU | |
Modem fault handling | |
Shared memory configuration. | |
Data Structures | |
struct | nrf_modem_init_params |
Modem library initialization parameters. More... | |
struct | nrf_modem_bootloader_init_params |
Modem library bootloader initialization parameters. More... | |
Functions | |
char * | nrf_modem_build_version (void) |
Return a statically allocated string identifying the Modem library build. | |
int | nrf_modem_init (const struct nrf_modem_init_params *init_params) |
Initialize the Modem library and turn on the modem. | |
int | nrf_modem_bootloader_init (const struct nrf_modem_bootloader_init_params *init_params) |
Initialize the Modem library and turn on the modem in bootloader mode. | |
bool | nrf_modem_is_initialized (void) |
Check whether the modem is initialized. | |
int | nrf_modem_shutdown (void) |
De-initialize the Modem library and turn off the modem. | |
Application interface offered for management of the Modem library.