Implementation of a network client using TCP. More...
#include <Network/Client/TCPClient.h>
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 |
Implementation of a network client using TCP.
TCPClient::TCPClient | ( | Logger * | pLogger, | |
const QString & | virtualMachineName, | |||
QObject * | parent = 0 | |||
) |
pLogger | ||
virtualMachineName | the virtual name of the client | |
parent |
void TCPClient::connectSocket | ( | const QString & | hostName, | |
quint16 | port | |||
) | [virtual] |
connect the socket to hostName using port
hostName | the machine to connect | |
port | the port where to connect |
Implements NClient.