#include <packetsender.h>
Public Member Functions | |
| PacketSender (SocketType *socket, Queue< PacketType > *queue, mutex &pendingackmutex, Framework< PacketType, SocketType > *framework) | |
| ~PacketSender () | |
| void | startSending () |
| unsigned int | bytesSent () const |
| unsigned int | packetsSent () const |
| void | sendPacketSync (PacketType *pack) |
| virtual void | execute () |
| virtual void | cleanup () |
Definition at line 48 of file packetsender.h.
1.4.4