Zigbee Protocol Controller 1.6.0
unify_validator.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Functions

bool validator_validate_string_contains_letter_or_digit (const char *value)
 Validates that string contains at least one digit or letter (either upper or lower case). More...
 
bool validator_validate_unid (const char *value)
 Validates UNID It should contain at least one digit or letter (either upper or lower case). It can't contain neither symbols: space, slash, backslash. More...