Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.ConnectionStatus

class vncsdk.Viewer.ConnectionStatus

Enumeration of connection statuses.

Enumeration Attributes

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

Viewer.disconnect() has been called but we’ve not yet disconnected from the server.

×