nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_modem_softsim_req_handler_set()

int nrf_modem_softsim_req_handler_set ( nrf_modem_softsim_req_handler_t  handler)

#include <nrf_modem/include/nrf_modem_softsim.h>

Set a handler function for SoftSIM requests.

Note
The handler is executed in an interrupt service routine. Take care to offload any processing as appropriate.
Parameters
handlerThe SoftSIM request handler. Use NULL to unset handler.
Return values
0On success.