Click or drag to resize

ConnectionState Enumeration

Describes the connection state of devices

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum ConnectionState
Members
Member nameValueDescription
Unknown0The connection state of a device is unknown.
Connected1The device is connected.
Disconnected2The device is disconnected.
NotAuthorized3The connection is ok, but the user is not authorized for this device.
See Also