Click or drag to resize

IAlarmConfigurationManager Interface

This interface gives access to the currently active alarm settings in the BVMS configuration.

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

The IAlarmConfigurationManager type exposes the following members.

Methods
 NameDescription
Public methodGetCameraActionSettings Returns configuration settings for alarm-triggered camera actions related to the type of the given alarm.
Public methodGetImagePaneSettings(AlarmData) Returns configuration settings for alarm image panes (in the Operator Client) related to the type of the given alarm.
Public methodGetImagePaneSettings(AlarmData, AlarmImagePaneContentType) Returns configuration settings for alarm image panes related to the type of the given alarm. Only the settings for alarm image panes of the desired content type are returned.
Top
See Also