Click or drag to resize

IDeviceManager Interface

Represents an interface, that provides functionality to discover devices.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface IDeviceManager

The IDeviceManager type exposes the following members.

Methods
 NameDescription
Public methodGetDevice Get device by given Id.
Public methodCode exampleGetDevicesT Get list of all devices of given type.
Top
Remarks
If you want to receive events about device states, use RemoteServerApi (from BVMS SDK).
See Also