IPX protocol address specification
![]() | Address () Create new, invalid, address. |
![]() | Address (const Address & addr) Create copy of existing address |
![]() | Address (const PString & str) Create address from string representation. |
![]() | Address ( DWORD netNum, const char * nodeNum ) Create address from node and net numbers. |
![]() | operator= (const Address & addr) Create copy of existing address |
![]() | operator PString () const Get string representation of IPX address |
![]() | IsValid () const Determine if address is valid. |
![]() | operator<< ( ostream & strm, Address & addr ) Output string representation of IPX address to stream. |
IPX protocol address specification
Address(const Address & addr)
Address(const PString & str)
Address( DWORD netNum, const char * nodeNum )
nodeNum - IPX node number (MAC address)Address& operator=(const Address & addr)
operator PString() const
BOOL IsValid() const
friend ostream& operator<<( ostream & strm, Address & addr )
addr - Address to output
Alphabetic index HTML hierarchy of classes or Java