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

◆ is_notification()

static bool is_notification ( char  chr)
inlinestatic

#include <lib/at_cmd_parser/at_utils.h>

Check if character is a notification start character.

This function will check if the character is a + or % which identifies a notification from the AT host.

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