XX CMake Package
Loading...
Searching...
No Matches
XXNetworkTools.h
Go to the documentation of this file.
1#ifndef XXNetworkToolsH
2#define XXNetworkToolsH
3
5
6#include <QString>
7
8namespace XX
9{
10 namespace Network
11 {
14
16 {
17 static bool isInSubnet(const QString& ipAddress, int netmask = 24);
18 };
19 } // namespace Network
20} // namespace XX
21
22#endif // NOT XXNetworkToolsH
#define XXNETWORK_DECLSPEC
Definition XXNetworkExportDef.h:11
Definition XXNetworkSettings.h:9
Definition XXPopulatedAbstract.h:11
Network utility functions.
Definition XXNetworkTools.h:16
static bool isInSubnet(const QString &ipAddress, int netmask=24)