Learn how to evaluate and integrate the VNC SDK
EventLoopFd¶
-
class EventLoopFd
¶ A container for static methods.
For more information, see
vnc_EventLoopFd
in the C API documentation.
Nested classes¶
Method summary
Modifier and Type | Method and Description |
---|---|
static void |
Sets the event loop callback. |
static void |
Marks event(s) that occurred on the specified file descriptor. |
static Int32 |
Handles events on the file descriptors and process expired timers. |
Methods¶
-
static void
EventLoopFd.SetCallback
(EventLoopFd.Callback callback)¶ Sets the event loop callback.
For more information, see
vnc_EventLoopFd_setCallback()
in the C API documentation.
-
static void
EventLoopFd.MarkEvents
(Int32 fd, EventLoopFd.Event events)¶ Marks event(s) that occurred on the specified file descriptor.
For more information, see
vnc_EventLoopFd_markEvents()
in the C API documentation.
-
static Int32
EventLoopFd.HandleEvents
()¶ Handles events on the file descriptors and process expired timers.
For more information, see
vnc_EventLoopFd_handleEvents()
in the C API documentation.