Qore Programming Language Reference Manual  0.9.16
Qore::SocketPollInfo hashdecl Reference

Socket poll info hash. More...

Public Attributes

int events
 Socket 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.
 
Socket socket
 the socket to monitor
 

Detailed Description

Socket poll info hash.

for use with Socket::poll()"