events property

  1. @Int16()
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.Int16()
external int events;