Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

EventLoopFd.Callback

vncsdk.EventLoopFd.Callback

Callback receiving notifications for a file-descriptor-based event loop.

Method Summary

Modifier and Type Method and Description

event_updated(fd, event_mask)

Notification that a file descriptor’s event mask has changed.

timer_updated(expiry_ms)

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:
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
×