nRF Connect SDK API 2.8.99
|
#define NRF_MODEM_LIB_ON_SHUTDOWN | ( | name, | |
_callback, | |||
_context ) |
#include <include/modem/nrf_modem_lib.h>
Define a callback for nrf_modem_lib_shutdown calls.
The callback function _callback
is invoked before the library is shutdown.
name | Callback name |
_callback | Callback function name |
_context | User-defined context for the callback |