![]() |
nRF Connect SDK API 3.3.99
|
| #define AT_MONITOR_ISR | ( | name, | |
| _filter, | |||
| _handler, | |||
| ... ) |
#include <include/modem/at_monitor.h>
Define an AT monitor to receive AT notifications in an ISR.
| name | The monitor name. |
| _filter | The filter for AT notification the monitor should receive, or ANY to receive all notifications. |
| _handler | The monitor callback. |
| ... | Optional monitor initial state (PAUSED or ACTIVE). The default initial state of a monitor is active. |