nRF Connect SDK API 2.8.99
|
struct at_token at_match_cmd | ( | const char * | at, |
const char ** | remainder ) |
#include <lib/at_parser/at_match.h>
Match an AT command prefix.
This function returns an AT token representing an AT command prefix for AT command set, read, test, events, or notifications. In case of success, this function updates remainder
to point to the remaining string after trimming the matched AT token.
[in] | at | AT command string to match. |
[out] | remainder | Remainder of the AT command string after a successful match. |