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

◆ is_command()

static bool is_command ( const char *  str)
inlinestatic

#include <lib/at_cmd_parser/at_utils.h>

Check if a string is a beginning of an AT command.

This function will check if the string is a valid AT command prefix.

Parameters
[in]strString to examine
Return values
trueIf the string is an AT command
falseOtherwise