Learn how to evaluate and integrate the VNC SDK
Library.EventLoopType¶
-
enum Library.EventLoopType
¶ Enumeration of types of event loop used by the SDK.
For more information, see
vnc_EventLoopType
in the C API documentation.
Fields¶
-
Library.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.
-
Library.EventLoopType.Win
¶ The Windows event loop is only available on Windows.
-
Library.EventLoopType.Fd
¶ The file-descriptor event loop is available on Linux, OS X, iOS, and Android.
-
Library.EventLoopType.Cf
¶ The Core Foundation event loop is available on OS X and iOS.
-
Library.EventLoopType.Android
¶ The Android “Looper” event loop is only available on Android.