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

◆ is_dblquote()

static bool is_dblquote ( char  chr)
inlinestatic

#include <lib/at_cmd_parser/at_utils.h>

Check if character is a double quote character.

A string in an AT string is always started and stopped with a double quote character.

Parameters
[in]chrCharacter that should be examined
Return values
trueIf character is "
falseIf character is something else