Click or drag to resize

IAlarmManager Interface

API for working with alarms.

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

The IAlarmManager type exposes the following members.

Methods
 NameDescription
Public methodAccept Accepts the alarm.
Public methodClear Clears the alarm.
Public methodGetAlarms Returns the list of alarms.
Public methodGetTriggeringEventData Get the originating event data of the event who has triggered the Alarm.
Public methodIsAlarmListEmpty Checks for empty alarm list on a Management Server.
Public methodIsAlarmListEmpty(FilterAlarmType)Checks if alarm list on a Management Server is empty with an additional filtering possibility.
Public methodRegister Registers an alarm receiver for alarms.
Public methodUnaccept Unaccepts the alarm.
Public methodUnregister Unregisters the receiver.
Top
See Also