class Address

IPX protocol address specification

Public Fields

[more]ostream& strm
[more]return strm<< (PString)addr; } Address to output

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.

Public Members

[more]Address& addr
Stream to output to


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.

oostream& strm

oAddress& addr
Stream to output to

oreturn strm<< (PString)addr; } Address to output
Address to output


This class has no child classes.
Friends:
ostream & operator<<(

Alphabetic index HTML hierarchy of classes or Java



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