poll()
.
More...
#include <IArchNetwork.h>
Collaboration diagram for IArchNetwork::CPollEntry:
Public Attributes | |
CArchSocket | m_socket |
The socket to query. | |
unsigned short | m_events |
The events to query for. | |
unsigned short | m_revents |
The result events. |
poll()
.
Definition at line 85 of file IArchNetwork.h.
unsigned short IArchNetwork::CPollEntry::m_events |
The events to query for.
The events to query for can be any combination of kPOLLIN and kPOLLOUT.
Definition at line 95 of file IArchNetwork.h.