#include <ConnectionListener.h>
Public Attributes | |
volatile ATOMIC_BOOL | terminate |
PSocketConnection | sockets [64] |
UINT64 | socketCount |
MUTEX | lock |
TID | receiveDataRoutine |
PBYTE | pBuffer |
UINT64 | bufferLen |
UINT64 ConnectionListener::bufferLen |
MUTEX ConnectionListener::lock |
PBYTE ConnectionListener::pBuffer |
TID ConnectionListener::receiveDataRoutine |
UINT64 ConnectionListener::socketCount |
PSocketConnection ConnectionListener::sockets[64] |
volatile ATOMIC_BOOL ConnectionListener::terminate |