nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
at_token.h File Reference
#include <zephyr/types.h>

Go to the source code of this file.

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...