Learn how to evaluate and integrate the VNC SDK

EventLoopFd.Callback¶
-
class EventLoopFd.Callback
¶ Callback receiving notifications for a file-descriptor-based event loop.
For more information, see
vnc_EventLoopFd_Callback()
in the C API documentation.
Nested classes¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Initializes a new Callback class instance. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Handles the EventUpdated event. By default, calls the EventUpdated delegate. |
void |
Handles the TimerUpdated event. By default, calls the TimerUpdated delegate. |
Constructors¶
-
EventLoopFd.Callback
(EventLoopFd.Callback.EventUpdatedType a, EventLoopFd.Callback.TimerUpdatedType b)¶ Initializes a new Callback class instance.
For more information, see
vnc_EventLoopFd_Callback()
in the C API documentation.
Methods¶
-
void
EventLoopFd.Callback.OnEventUpdated
(Int32 a, EventLoopFd.Event b)¶ Handles the EventUpdated event. By default, calls the EventUpdated delegate.
Fields¶
-
EventLoopFd.Callback.EventUpdated
¶ Notification that a file descriptor’s event mask has changed.
For more information, see
vnc_EventLoopFd_Callback::eventUpdated
in the C API documentation.
-
EventLoopFd.Callback.TimerUpdated
¶ Notification that the timer expiry period has been updated.
For more information, see
vnc_EventLoopFd_Callback::timerUpdated
in the C API documentation.