GDCM  2.2.3
Public Member Functions
gdcm::network::ULConnectionInfo Class Reference

ULConnectionInfo this class contains all the information about a particular connection as established by the user. That is, it's: User Information Calling AE Title Called AE Title IP address/computer name IP Port A connection must be established with this information, that's subsequently placed into various primitives for actual communication. More...

#include <gdcmULConnectionInfo.h>

List of all members.

Public Member Functions

 ULConnectionInfo ()
const char * GetCalledAETitle () const
std::string GetCalledComputerName () const
unsigned long GetCalledIPAddress () const
int GetCalledIPPort () const
const char * GetCallingAETitle () const
unsigned long GetMaxPDULength () const
bool Initialize (UserInformation const &inUserInformation, const char *inCalledAETitle, const char *inCallingAETitle, unsigned long inCalledIPAddress, int inCalledIPPort, std::string inCalledComputerName)
void SetMaxPDULength (unsigned long inMaxPDULength)

Detailed Description

ULConnectionInfo this class contains all the information about a particular connection as established by the user. That is, it's: User Information Calling AE Title Called AE Title IP address/computer name IP Port A connection must be established with this information, that's subsequently placed into various primitives for actual communication.


Constructor & Destructor Documentation


Member Function Documentation

bool gdcm::network::ULConnectionInfo::Initialize ( UserInformation const &  inUserInformation,
const char *  inCalledAETitle,
const char *  inCallingAETitle,
unsigned long  inCalledIPAddress,
int  inCalledIPPort,
std::string  inCalledComputerName 
)
void gdcm::network::ULConnectionInfo::SetMaxPDULength ( unsigned long  inMaxPDULength)

The documentation for this class was generated from the following file:

Generated on Thu Nov 28 2013 07:02:52 for GDCM by doxygen 1.7.6.1
SourceForge.net Logo