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_Eventin the C API documentation.
Fields¶
-
EventLoopFd.Event.Zero¶ No Event bits set.
-
EventLoopFd.Event.Read¶ Monitor using
readfdswithselect() (the second argument), orPOLLINwithpoll().
-
EventLoopFd.Event.Write¶ Monitor using
writefdswithselect() (the third argument), orPOLLOUTwithpoll().
-
EventLoopFd.Event.Except¶ Monitor using
exceptfdswithselect() (the fourth argument), orPOLLPRIwithpoll().