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