swift
|
Class representing a enumerated host node. More...
Public Member Functions | |
CHostNode () | |
Constructor. | |
CHostNode (const CHostNode &other) | |
Copy constructor. | |
~CHostNode () | |
Destructor. | |
DPN_APPLICATION_DESC | getApplicationDesc () const |
Returns the hosts application description. | |
void | setApplicationDesc (const DPN_APPLICATION_DESC &appDesc) |
Set the hosts application description. | |
IDirectPlay8Address ** | getHostAddressPtr () |
Returns a pointer to the hosts address. | |
IDirectPlay8Address * | getHostAddress () |
Returns the hosts address. | |
void | setHostAddress (IDirectPlay8Address *address) |
Sets hosts address. | |
QString | getSessionName () const |
Returns the sessions name. | |
void | setSessionName (const QString &name) |
Set the session name. | |
CHostNode & | operator= (const CHostNode &other) |
Copy assignment operator. | |
Class representing a enumerated host node.
Definition at line 16 of file hostnode.h.