Click or drag to resize

IDeviceManagerGetConnectionState Method

Gets the ConnectionState of a device.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
ConnectionState GetConnectionState(
	Device device
)

Parameters

device  Device
Device handle.

Return Value

ConnectionState
The connection state of a device if it exists in the configuration and permitted to caller.
Exceptions
ExceptionCondition
SdkException Thrown if device doesn't exist in the configuration or is not permitted to caller.
See Also