![]() |
nRF Connect SDK API 3.3.99
|
| int at_parser_init | ( | struct at_parser * | parser, |
| const char * | at ) |
#include <include/modem/at_parser.h>
Initialize an AT parser for a given AT command string.
| [in] | parser | A pointer to the AT parser. |
| [in] | at | A pointer to the AT command string to parse. |
| 0 | If the operation was successful. Otherwise, a (negative) error code is returned. |
| -EINVAL | One or more of the supplied parameters are invalid. |