events property

  1. @Short()
int events
getter/setter pair

Event flags to poll for from <poll.h>. POLLIN indicates that you should monitor this file descriptor for becoming ready to read from, and POLLOUT indicates that you should monitor this file descriptor for nonblocking write readiness.

Implementation

@ffi.Short()
external int events;