nRF Connect SDK API 2.8.99
|
|
inlinestatic |
#include <lib/at_cmd_parser/at_utils.h>
Check if the character identifies the end of the buffer.
All strings returned from the AT Host is null terminated, this function will check if we have hit the termination character.
[in] | chr | Character that should be examined |
true | If character is 0 |
false | If character is not 0 |