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

◆ nrf_modem_at_resp_handler_t

typedef void(* nrf_modem_at_resp_handler_t) (const char *resp)

#include <nrf_modem/include/nrf_modem_at.h>

AT response handler prototype.

Note
This handler is executed in an interrupt service routine. Offload any intensive operations as necessary.
Parameters
respThe AT command response.