Learn how to evaluate and integrate the VNC SDK
EventLoopFd.Event¶
-
class
vncsdk.EventLoopFd.Event¶ Enumeration of file descriptor events for event selection.
Enumeration Attributes¶
-
vncsdk.EventLoopFd.Event.READ¶ Monitor using
readfdswithselect()(the second argument), orPOLLINwithpoll().
-
vncsdk.EventLoopFd.Event.WRITE¶ Monitor using
writefdswithselect()(the third argument), orPOLLOUTwithpoll().
-
vncsdk.EventLoopFd.Event.EXCEPT¶ Monitor using
exceptfdswithselect()(the fourth argument), orPOLLPRIwithpoll().