#include <ipxsock.h>
Public Member Functions | |
Address () | |
Address (const Address &addr) | |
Address (const PString &str) | |
Address (DWORD netNum, const char *nodeNum) | |
Address & | operator= (const Address &addr) |
operator PString () const | |
BOOL | IsValid () const |
Public Attributes | |
union { | |
struct { | |
BYTE b1 | |
BYTE b2 | |
BYTE b3 | |
BYTE b4 | |
} b | |
struct { | |
WORD w1 | |
WORD s_w2 | |
} w | |
DWORD dw | |
} | network |
BYTE | node [6] |
Friends | |
ostream & | operator<< (ostream &strm, Address &addr) |
|
Create new, invalid, address. |
|
Create copy of existing address
|
|
Create address from string representation.
|
|
Create address from node and net numbers.
|
|
Determine if address is valid. Note that this does not mean that the host is online.
|
|
Get string representation of IPX address |
|
Create copy of existing address
|
|
Output string representation of IPX address to stream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|