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

◆ is_clac()

static bool is_clac ( const char *  str)
static

#include <lib/at_cmd_parser/at_utils.h>

Check if a string is a beginning of an AT CLAC response.

This function will check if the string is a CLAC response prefix. Valid prefixes: AT+ and AT%, except ATX

Parameters
[in]strString to examine
Return values
trueIf the string is a CLAC response
falseOtherwise