nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ at_param_type

#include <include/modem/at_params.h>

Parameter types that can be stored.

Enumerator
AT_PARAM_TYPE_INVALID 

Invalid parameter, typically a parameter that does not exist.

AT_PARAM_TYPE_NUM_INT 

Parameter of type integer.

AT_PARAM_TYPE_STRING 

Parameter of type string.

AT_PARAM_TYPE_ARRAY 

Parameter of type array.

AT_PARAM_TYPE_EMPTY 

Empty or optional parameter that should be skipped.