nRF Connect SDK API 2.8.99
|
#define SLM_MONITOR | ( | name, | |
_filter, | |||
_handler, | |||
... ) |
#include <include/modem/modem_slm.h>
Define an SLM monitor to receive notifications in the system workqueue thread.
name | The monitor's name. |
_filter | The filter for AT notification the monitor should receive, or MON_ANY to receive all notifications. |
_handler | The monitor callback. |
... | Optional monitor initial state (MON_PAUSED or MON_ACTIVE ). The default initial state of a monitor is MON_ACTIVE . |