Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.DisconnectFlags

class vncsdk.Server.DisconnectFlags

Enumeration of disconnection flags.

Enumeration Attributes

vncsdk.Server.DisconnectFlags.DISCONNECT_ALERT

The disconnection message is deemed to be sufficiently important that the Viewer should alert the Viewer user.

vncsdk.Server.DisconnectFlags.DISCONNECT_RECONNECT

Set the peer’s CAN_RECONNECT flag, that is, the Server informs the Viewer that the server may start again soon.

×