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

◆ nrf_modem_at_notif_handler_set()

int nrf_modem_at_notif_handler_set ( nrf_modem_at_notif_handler_t  callback)

#include <nrf_modem/include/nrf_modem_at.h>

Set a handler function for AT notifications.

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