pub unsafe extern "C" fn nrf_modem_at_notif_handler_set(
    callback: nrf_modem_at_notif_handler_t
) -> c_int
Expand description

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.

  • callback - The AT notification callback. Use * NULL - to unset handler.

Returns 0 On success.