nRF Connect SDK API 2.8.99
|
#define AT_CMD_CUSTOM | ( | entry, | |
_filter, | |||
_callback ) |
#include <include/modem/at_cmd_custom.h>
Define a custom AT command callback.
entry | The entry name. |
_filter | The (partial) AT command on which the callback should trigger. |
_callback | The AT command callback function. |