Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.DisconnectFlags

enum Server.DisconnectFlags

Enumeration of disconnection flags.

For more information, see vnc_Server_DisconnectFlags in the C API documentation.

Fields

Server.DisconnectFlags.Zero

No DisconnectFlags bits set.

Server.DisconnectFlags.Alert

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

Server.DisconnectFlags.Reconnect

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

×