Learn how to evaluate and integrate the VNC SDK
Viewer.ConnectionStatus¶
-
enum Viewer.ConnectionStatus
¶ Enumeration of connection statuses.
For more information, see
vnc_Viewer_ConnectionStatus
in the C API documentation.
Fields¶
-
Viewer.ConnectionStatus.Disconnected
¶ The viewer is not connected to a server.
-
Viewer.ConnectionStatus.Connecting
¶ The viewer is negotiating a connection to a server (includes authentication).
-
Viewer.ConnectionStatus.Connected
¶ The viewer is connected to a server.
-
Viewer.ConnectionStatus.Disconnecting
¶ Viewer.disconnect() has been called but we’ve not yet disconnected from the server.