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
readfds
withselect()
(the second argument), orPOLLIN
withpoll()
.
-
vncsdk.EventLoopFd.Event.
WRITE
¶ Monitor using
writefds
withselect()
(the third argument), orPOLLOUT
withpoll()
.
-
vncsdk.EventLoopFd.Event.
EXCEPT
¶ Monitor using
exceptfds
withselect()
(the fourth argument), orPOLLPRI
withpoll()
.