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

◆ is_separator()

static bool is_separator ( char  chr)
inlinestatic

#include <lib/at_cmd_parser/at_utils.h>

Check if character is a valid AT string separator.

Elements in the AT string can either be separated by ':' or ',', this function will check if the character is either.

Parameters
[in]chrCharacter that should be examined
Return values
trueIf character is ':' or ','
falseIn all other cases