Click or drag to resize

IIntrusionPanelAreaManager Interface

Provides methods for IntrusionPanel areas management

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

The IIntrusionPanelAreaManager type exposes the following members.

Methods
 NameDescription
Public methodGetAreaById Gets a IntrusionPanel area by id.
Public methodGetAreaByName Gets a IntrusionPanel area by name.
Public methodGetAreaInfoList Gets information for all IntrusionPanel areas
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 methodSilenceBells Stop the sirens for the IntrusionPanel area.
Top
See Also