PIPXSocket::Address Class Reference
#include <ipxsock.h>
List of all members.
Detailed Description
IPX protocol address specification.
Constructor & Destructor Documentation
PIPXSocket::Address::Address |
( |
|
) |
|
Create new, invalid, address.
PIPXSocket::Address::Address |
( |
const Address & |
addr |
) |
|
Create copy of existing address
- Parameters:
-
PIPXSocket::Address::Address |
( |
const PString & |
str |
) |
|
Create address from string representation.
- Parameters:
-
| str | String representation of address |
PIPXSocket::Address::Address |
( |
DWORD |
netNum, |
|
|
const char * |
nodeNum | |
|
) |
| | |
Create address from node and net numbers.
- Parameters:
-
| netNum | IPX network number. |
| nodeNum | IPX node number (MAC address) |
Member Function Documentation
BOOL PIPXSocket::Address::IsValid |
( |
|
) |
const |
Determine if address is valid. Note that this does not mean that the host is online.
- Returns:
- TRUE is address is valid.
PIPXSocket::Address::operator PString |
( |
|
) |
const |
Get string representation of IPX address
Create copy of existing address
- Parameters:
-
Friends And Related Function Documentation
ostream& operator<< |
( |
ostream & |
strm, |
|
|
Address & |
addr | |
|
) |
| | [friend] |
Output string representation of IPX address to stream.
- Parameters:
-
| strm | Stream to output to |
| addr | Address to output |
Member Data Documentation
The documentation for this class was generated from the following file: