Click or drag to resize

IDevice Interface

Base interface for devices in BVMS.

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

The IDevice type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Display name of the instance that is configured in ConfigClient (readonly).
Public propertyId Id of the device instance (readonly).
Public propertyNetworkAddress IP address or DNS name of the device (readonly).
Top
See Also