nRF Connect SDK API 2.8.99
|
#include "at_token.h"
Go to the source code of this file.
Functions | |
struct at_token | at_match_cmd (const char *at, const char **remainder) |
Match an AT command prefix. | |
struct at_token | at_match_subparam (const char *at, const char **remainder) |
Match a subparameter. | |
struct at_token | at_match_str (const char *at, const char **remainder) |
Match a singleline string subparameter. | |