Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

EventLoopFd

Method Summary

Modifier and Type Method and Description
int

handle_events()

Handles events on the file descriptors and process expired timers.

mark_events(fd, events)

Marks event(s) that occurred on the specified file descriptor.

set_callback(callback)

Sets the event loop callback.

Static methods

vncsdk.EventLoopFd.handle_events()

Handles events on the file descriptors and process expired timers.

For more information, see vnc_EventLoopFd_handleEvents().

Return type:int
vncsdk.EventLoopFd.mark_events(fd, events)

Marks event(s) that occurred on the specified file descriptor.

For more information, see vnc_EventLoopFd_markEvents().

Parameters:
vncsdk.EventLoopFd.set_callback(callback)

Sets the event loop callback.

For more information, see vnc_EventLoopFd_setCallback().

Parameters:callback (vncsdk.EventLoopFd.Callback or None) –
×