Click or drag to resize

IDeviceManagerGetDevice Method

Get device by given Id.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IDevice GetDevice(
	InstanceId instanceId
)

Parameters

instanceId  InstanceId
Id of device to look for.

Return Value

IDevice
Interface to device or null if the device is not found.
Exceptions
ExceptionCondition
NoPermissionCameoSdkExceptionUser has no right for the device.
See Also