IDeviceManagerGetDevice Method |  |
Get device by given Id.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
SyntaxIDevice GetDevice(
InstanceId instanceId
)
Parameters
- instanceId InstanceId
- Id of device to look for.
Return Value
IDeviceInterface to device or
null if the device is not found.
Exceptions
See Also