pub type nrf_modem_at_notif_handler_t = Option<unsafe extern "C" fn(notif: *const c_char)>;
Expand description

AT Notification handler prototype.

@note This handler is executed in an interrupt service routine. Offload any intensive operation as necessary.

  • notif - The AT notification.