Learn how to evaluate and integrate the VNC SDK
Viewer.ConnectionStatus¶
-
vncsdk.Viewer.ConnectionStatus¶ Enumeration of connection statuses.
Enum Constants¶
-
vncsdk.Viewer.ConnectionStatus.DISCONNECTED¶ The viewer is not connected to a server.
-
vncsdk.Viewer.ConnectionStatus.CONNECTING¶ The viewer is negotiating a connection to a server (includes authentication).
-
vncsdk.Viewer.ConnectionStatus.CONNECTED¶ The viewer is connected to a server.
-
vncsdk.Viewer.ConnectionStatus.DISCONNECTING¶ vncsdk.Viewer.disconnect()has been called but we’ve not yet disconnected from the server.