Click or drag to resize

ServerConnectionState Enumeration

Describes server connection state possible values.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum ServerConnectionState
Members
Member nameValueDescription
Initial0 SDK is not started or start is in progress.
Online1 Connected to the server.
Offline2 Is not connected to the server, but cached configuration is used.
It is still possible to connect to cameras and display video.
See Also