nRF Connect SDK API 2.8.99
|
struct at_token at_match_str | ( | const char * | at, |
const char ** | remainder ) |
#include <lib/at_parser/at_match.h>
Match a singleline string subparameter.
This function returns an AT token representing a singleline string subparameter. 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. |