10#if !defined(OWL_WSKADDR_H)
14#if defined(BI_HAS_PRAGMA_ONCE)
90 TINetClass GetClass()
const;
92 ulong GetNetworkAddress()
const;
93 ulong GetNetwork()
const;
95 ulong GetNode()
const;
105 static short IsAddressDottedDecimal(
const char *
address);
The TINetSocketAddress class encapsulates a Winsock Internet address.
TINetClass
TINetClass is an enumeration that specifies which network class it belongs to.
@ ClassB
B class net addressing.
@ ClassA
A class net addressing.
@ ClassC
C class net addressing.
ulong GetNetworkAddress() const
This function returns an IP binary address in network byte ordering.
ulong GetNetwork() const
This function returns 0 if the network cannot be determined.
ulong GetNode() const
This function returns the node component of the address with the subnet masked out.
The TSocketAddress class stores a Winsock socket address.
void SetFamily(ushort family)
Sets the family of addressing this address belongs to.
ushort GetFamily() const
Returns the family of addressing this address belongs to.
Object Windows Library (OWLNext Core)
General definitions used by all ObjectWindows programs.
Main header of the Winsock OWL subsystem.