#include <include/modem/at_parser.h>
Identifies the type of a given AT command prefix.
| Enumerator |
|---|
| AT_PARSER_CMD_TYPE_UNKNOWN | Unknown command, indicates that the actual command type could not be resolved.
|
| AT_PARSER_CMD_TYPE_SET | AT set command.
|
| AT_PARSER_CMD_TYPE_READ | AT read command.
|
| AT_PARSER_CMD_TYPE_TEST | AT test command.
|