7#include "cosmos/BitMask.hxx"
PollEvent
Bitmask values used in the poll(2) API to describe I/O status.
@ OUTPUT
writing is possible.
@ READ_HANGUP
stream socket peer closed connection, or shut down the writing half of its connection.
@ WRBAND
priority data may be written.
@ INPUT
there is data to read.
@ ERROR
an error condition exists (also occurs on the write end of a pipe, when the read end has been closed)...
@ PRIORITY
an exceptional condition exists: out-of-band data on TCP socket, PTY master has seen a state change o...