Serial-TCP/IPbridge
1.0
|
Various validation functions for common usage - declarations. More...
#include <string>
Go to the source code of this file.
Functions | |
bool | isValidIPv4Address (const std::string &str) |
Checks whether the selected string is a valid IPv4 address. More... | |
Various validation functions for common usage - declarations.
Encoding: UTF-8 Project: Serial-TCP/IP bridge
bool isValidIPv4Address | ( | const std::string & | str | ) |
Checks whether the selected string is a valid IPv4 address.
str | The string to be checked. |
Preconditions: