Learn how to evaluate and integrate the VNC SDK
EventLoopFd.Callback¶
-
vncsdk.EventLoopFd.Callback¶ Callback receiving notifications for a file-descriptor-based event loop.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Notification that a file descriptor’s event mask has changed. |
|
Notification that the timer expiry period has been updated. |
Methods¶
-
EventLoopFd.Callback.event_updated(fd, event_mask)¶ Notification that a file descriptor’s event mask has changed.
For more information, see
vnc_EventLoopFd_Callback::eventUpdated.Parameters: - fd (int) –
- event_mask ({
vncsdk.EventLoopFd.Event}) –
Returns: None
-
EventLoopFd.Callback.timer_updated(expiry_ms)¶ Notification that the timer expiry period has been updated.
For more information, see
vnc_EventLoopFd_Callback::timerUpdated.Parameters: expiry_ms (int) – Returns: None