Learn how to evaluate and integrate the VNC SDK
EventLoopWin.Callback¶
-
vncsdk.EventLoopWin.
Callback
¶ Callback receiving notifications for a Windows HANDLE-based event loop.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Notification that a Windows event is being added or removed. |
|
Notification that the timer expiry period has been updated. |
Methods¶
-
EventLoopWin.Callback.
event_updated
(event, add)¶ Notification that a Windows event is being added or removed.
For more information, see
vnc_EventLoopWin_Callback::eventUpdated
.Parameters: - event (int) –
- add (bool) –
Returns: None
-
EventLoopWin.Callback.
timer_updated
(expiry_ms)¶ Notification that the timer expiry period has been updated.
For more information, see
vnc_EventLoopWin_Callback::timerUpdated
.Parameters: expiry_ms (int) – Returns: None