Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.DisconnectFlags

enum Viewer.DisconnectFlags

Enumeration of disconnection flags.

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

Fields

Viewer.DisconnectFlags.Zero

No DisconnectFlags bits set.

Viewer.DisconnectFlags.AlertUser

The disconnection message could be shown to the user.This is set if the server sent this flag with its disconnection message, or the viewer disconnected due to an error.

Viewer.DisconnectFlags.CanReconnect

The connection has been broken, but a reconnection attempt may succeed.

×