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

AT response handler prototype.

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

  • resp - The AT command response.