AT token types that can be matched from an AT command string.
Enumerator |
---|
AT_TOKEN_TYPE_INVALID | Invalid token, typically a subparameter that does not exist.
|
AT_TOKEN_TYPE_CMD_TEST | Token of type test command.
|
AT_TOKEN_TYPE_CMD_READ | Token of type read command.
|
AT_TOKEN_TYPE_CMD_SET | Token of type set command.
|
AT_TOKEN_TYPE_NOTIF | Token of type notification.
|
AT_TOKEN_TYPE_INT | Token of type integer.
|
AT_TOKEN_TYPE_QUOTED_STRING | Token of type quoted string.
|
AT_TOKEN_TYPE_ARRAY | Token of type array.
|
AT_TOKEN_TYPE_EMPTY | Token of type empty.
|
AT_TOKEN_TYPE_STRING | Token of type non-quoted string.
|