TCPClient Class Reference

Implementation of a network client using TCP. More...

#include <Network/Client/TCPClient.h>

Inheritance diagram for TCPClient:
NClient

List of all members.

Public Member Functions

 TCPClient (Logger *pLogger, const QString &virtualMachineName, QObject *parent=0)
void connectSocket (const QString &hostName, quint16 port)
 connect the socket to hostName using port

Detailed Description

Implementation of a network client using TCP.


Constructor & Destructor Documentation

TCPClient::TCPClient ( Logger *  pLogger,
const QString &  virtualMachineName,
QObject *  parent = 0 
)
Parameters:
pLogger 
virtualMachineName the virtual name of the client
parent 

Member Function Documentation

void TCPClient::connectSocket ( const QString &  hostName,
quint16  port 
) [virtual]

connect the socket to hostName using port

Parameters:
hostName the machine to connect
port the port where to connect

Implements NClient.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Properties
Generated on Tue Sep 13 01:46:10 2011 for MedCenter by  doxygen 1.6.3