44#ifndef BLOCXX_NWIFACE_HPP_INCLUDE_GUARD_
45#define BLOCXX_NWIFACE_HPP_INCLUDE_GUARD_
46#include "blocxx/BLOCXX_config.h"
48#if !defined(BLOCXX_WIN32) && !defined(BLOCXX_NETWARE)
68 unsigned long getIPAddress();
69 String getIPAddressString();
70 unsigned long getBroadcastAddress();
71 String getBroadcastAddressString();
73 unsigned long getNetmask();
75 bool sameNetwork(
unsigned long addr);
76 bool sameNetwork(
const String& straddr);
77 static unsigned long stringToAddress(
const String& straddr);
unsigned long m_bcastAddr
This String class is an abstract data type that represents as NULL terminated string of characters.
const UInt32 INFINITE_TIMEOUT BLOCXX_DEPRECATED
Value that means infinite timeout.