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

◆ nrf_modem_at_notif_handler_t

typedef void(* nrf_modem_at_notif_handler_t) (const char *notif)

#include <nrf_modem/include/nrf_modem_at.h>

AT Notification handler prototype.

Note
This handler is executed in an interrupt service routine. Offload any intensive operation as necessary.
Parameters
notifThe AT notification.