#include <TcpClient.h>
Public Member Functions | |
TcpClient (QObject *parent=0) | |
Private Slots | |
void | connectionLost () |
void | displayError (QAbstractSocket::SocketError socketError) |
void | readReceivedData () |
Private Attributes | |
quint16 | blockSize_ |
Definition at line 33 of file TcpClient.h.
TcpClient::TcpClient | ( | QObject * | parent = 0 | ) |
Definition at line 35 of file TcpClient.cpp.
|
privateslot |
Definition at line 160 of file TcpClient.cpp.
|
privateslot |
Definition at line 138 of file TcpClient.cpp.
|
privateslot |
Definition at line 44 of file TcpClient.cpp.
|
private |
Definition at line 45 of file TcpClient.h.