class Address

IPX protocol address specification

Public Methods

[more] Address ()
Create new, invalid, address.
[more] Address (const Address & addr)
Create copy of existing address
[more] Address (const PString & str)
Create address from string representation.
[more] Address ( DWORD netNum, const char * nodeNum )
Create address from node and net numbers.
[more]Address& operator= (const Address & addr)
Create copy of existing address
[more] operator PString () const
Get string representation of IPX address
[more]BOOL IsValid () const
Determine if address is valid.
[more]friend ostream& operator<< ( ostream & strm, Address & addr )
Output string representation of IPX address to stream.


Documentation

IPX protocol address specification
o Address()
Create new, invalid, address.

o Address(const Address & addr)
Create copy of existing address
Parameters:
addr - Address to copy

o Address(const PString & str)
Create address from string representation.
Parameters:
str - String representation of address

o Address( DWORD netNum, const char * nodeNum )
Create address from node and net numbers.
Parameters:
netNum - IPX network number.
nodeNum - IPX node number (MAC address)

oAddress& operator=(const Address & addr)
Create copy of existing address
Parameters:
addr - Address to copy

o operator PString() const
Get string representation of IPX address

oBOOL IsValid() const
Determine if address is valid. Note that this does not mean that the host is online.
Returns:
TRUE is address is valid.

ofriend ostream& operator<<( ostream & strm, Address & addr )
Output string representation of IPX address to stream.
Parameters:
strm - Stream to output to
addr - Address to output


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.