nRF Connect SDK API 2.8.99
|
An AT token represents an AT command prefix or a subparameter value. More...
Data Structures | |
struct | at_token |
An AT token is defined with a start pointer, a length, a type, and a variant. More... | |
Enumerations | |
enum | at_token_type { AT_TOKEN_TYPE_INVALID , AT_TOKEN_TYPE_CMD_TEST , AT_TOKEN_TYPE_CMD_READ , AT_TOKEN_TYPE_CMD_SET , AT_TOKEN_TYPE_NOTIF , AT_TOKEN_TYPE_INT , AT_TOKEN_TYPE_QUOTED_STRING , AT_TOKEN_TYPE_ARRAY , AT_TOKEN_TYPE_EMPTY , AT_TOKEN_TYPE_STRING } |
AT token types that can be matched from an AT command string. More... | |
enum | at_token_var { AT_TOKEN_VAR_NO_COMMA , AT_TOKEN_VAR_COMMA } |
AT token variants based on the presence or absence of a comma after the subparameter. More... | |
An AT token represents an AT command prefix or a subparameter value.