Learn how to evaluate and integrate the VNC SDK
EventLoopFd¶
Nested Classes¶
Method Summary¶
Modifier and Type | Method and Description |
---|---|
int |
Handles events on the file descriptors and process expired timers. |
Marks event(s) that occurred on the specified file descriptor. |
|
Sets the event loop callback. |
Static methods¶
-
vncsdk.EventLoopFd.
handle_events
()¶ Handles events on the file descriptors and process expired timers.
For more information, see
vnc_EventLoopFd_handleEvents()
.Return type: int
-
vncsdk.EventLoopFd.
mark_events
(fd, events)¶ Marks event(s) that occurred on the specified file descriptor.
For more information, see
vnc_EventLoopFd_markEvents()
.Parameters: - fd (int) –
- events ({
vncsdk.EventLoopFd.Event
}) –
-
vncsdk.EventLoopFd.
set_callback
(callback)¶ Sets the event loop callback.
For more information, see
vnc_EventLoopFd_setCallback()
.Parameters: callback ( vncsdk.EventLoopFd.Callback
or None) –