CommunicationAddress Class Reference

#include <RioTypes.h>

Public Member Functions

 CommunicationAddress ()

Data Fields

IPNetworkAddress IPaddress
NetworkPort Port

Detailed Description

Definition at line 125 of file RioTypes.h.


Constructor & Destructor Documentation

CommunicationAddress::CommunicationAddress (  )  [inline]

Definition at line 131 of file RioTypes.h.

00132         {
00133             IPaddress = 0;
00134             Port      = 0;
00135         }


Field Documentation

Definition at line 128 of file RioTypes.h.

Definition at line 129 of file RioTypes.h.


The documentation for this class was generated from the following file:
Generated on Wed Jul 4 16:03:31 2012 for RIO by  doxygen 1.6.3