nRF Connect SDK API 0.1.0
|
#define AT_MONITOR | ( | name, | |
_filter, | |||
_handler, | |||
... | |||
) |
#include <include/modem/at_monitor.h>
Define an AT monitor to receive notifications in the system workqueue thread.
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. |