Learn how to evaluate and integrate the VNC SDK
EventLoopType¶
-
class
vncsdk.
EventLoopType
¶ Enumeration of types of event loop used by the SDK.
Enumeration Attributes¶
-
vncsdk.EventLoopType.
DEFAULT
¶ The default event loop is a Windows event loop on Windows, a file-descriptor event loop on Linux, a Core Foundation event loop on OS X and iOS, and an Android event loop on Android. There is no event loop in HTML5.
-
vncsdk.EventLoopType.
WIN
¶ The Windows event loop is only available on Windows.
-
vncsdk.EventLoopType.
FD
¶ The file-descriptor event loop is available on Linux, OS X, iOS, and Android.
-
vncsdk.EventLoopType.
CF
¶ The Core Foundation event loop is available on OS X and iOS.
-
vncsdk.EventLoopType.
ANDROID
¶ The Android “Looper” event loop is only available on Android.