Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

C API

The VNC SDK is a shared library with a C API. On Windows, Linux, Mac and iOS platforms, you can call C API methods directly. Under Android and HTML 5, it might be more intuitive to use the Java and JavaScript bindings provided with the SDK respectively.

For a general introduction to the C API, and to see how to initialize the SDK and create a vnc_Viewer or a vnc_Server object, start with this section of the overview.

×