Learn how to evaluate and integrate the VNC SDK
EventLoopFd.Event¶
-
enum EventLoopFd.Event
¶ Enumeration of file descriptor events for event selection.
For more information, see
vnc_EventLoopFd_Event
in the C API documentation.
Fields¶
-
EventLoopFd.Event.Zero
¶ No Event bits set.
-
EventLoopFd.Event.Read
¶ Monitor using
readfds
withselect
() (the second argument), orPOLLIN
withpoll
().
-
EventLoopFd.Event.Write
¶ Monitor using
writefds
withselect
() (the third argument), orPOLLOUT
withpoll
().
-
EventLoopFd.Event.Except
¶ Monitor using
exceptfds
withselect
() (the fourth argument), orPOLLPRI
withpoll
().