Qore Programming Language Reference Manual 1.17.0
|
Socket or other pollable object poll info hash. More...
#include <QC_Socket.dox.h>
Public Attributes | |
int | events |
The poll type; see Socket Poll Constants for possible values to be combined with binary or. More... | |
Qore::AbstractPollableIoObject | socket |
the pollable object to monitor | |
Socket or other pollable object poll info hash.
for use with Socket::poll()"
int Qore::SocketPollInfo::events |
The poll type; see Socket Poll Constants for possible values to be combined with binary or.
On input, these are the events to check, on output, this value gives the events found in the timeout period