#include <TcpTester.h> [code]
Inherits QObject.
Inheritance diagram for Protocols::Generics::Testing::TcpTester:


Definition at line 32 of file TcpTester.h.
Public Slots | |
| void | readBytes () |
| void | writeBytes () |
Public Member Functions | |
| TcpTester () | |
| ~TcpTester () | |
| QByteArray | connectAddress () const |
| void | acceptConnection () |
| void | rejectConnections () |
Public Attributes | |
| QByteArray | bytesRead |
| QByteArray | bytesToWrite |
Private Slots | |
| void | newConnection () |
Private Member Functions | |
| TcpTester (const TcpTester &) | |
| TcpTester & | operator= (const TcpTester &) |
Private Attributes | |
| QTcpServer | server |
| QTcpSocket * | incoming |
|
|
|
|
|
Definition at line 27 of file TcpTester.cpp. |
|
|
Definition at line 36 of file TcpTester.cpp. |
|
|
Definition at line 49 of file TcpTester.cpp. |
|
|
Definition at line 43 of file TcpTester.cpp. |
|
|
Definition at line 58 of file TcpTester.cpp. |
|
|
|
|
|
Definition at line 68 of file TcpTester.cpp. |
|
|
Definition at line 53 of file TcpTester.cpp. |
|
|
Definition at line 74 of file TcpTester.cpp. |
|
|
Definition at line 45 of file TcpTester.h. |
|
|
Definition at line 46 of file TcpTester.h. |
|
|
Definition at line 57 of file TcpTester.h. |
|
|
Definition at line 56 of file TcpTester.h. |