Internal socket data. An architecture dependent type holding the necessary data for a socket. More...
#include <IArchNetwork.h>
Public Attributes | |
int | m_fd |
int | m_refCount |
SOCKET | m_socket |
WSAEVENT | m_event |
bool | m_pollWrite |
Internal socket data. An architecture dependent type holding the necessary data for a socket.
Definition at line 38 of file CArchNetworkBSD.h.