Serial-TCP/IPbridge  1.0
validations.h
Go to the documentation of this file.
1 
12 #ifndef VALIDATIONS_H
13 #define VALIDATIONS_H
14 
15 #include <string>
16 
27 bool isValidIPv4Address(const std::string &str);
28 
29 #endif // #ifndef VALIDATIONS_H
30 
31 // End of file validations.h
bool isValidIPv4Address(const std::string &str)
Checks whether the selected string is a valid IPv4 address.