Click or drag to resize

IRelayManager Interface

Summary description for IRelayManager.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface IRelayManager : IDeviceManager

The IRelayManager type exposes the following members.

Methods
 NameDescription
Public methodClose Closes the relay.
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodGetRelayById Gets a relay by id.
Public methodGetRelayByName Gets a relay by name.
Public methodGetRelayInfoList Gets information for all relays permitted to caller.
Public methodGetState Retrieves the state of a relay device.
Public methodOpen Opens the relay.
Top
See Also