Click or drag to resize

IAlarmManagerGetTriggeringEventData Method

Get the originating event data of the event who has triggered the Alarm.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
EventData GetTriggeringEventData(
	AlarmData alarmData
)

Parameters

alarmData  AlarmData
The alarm data of the alarm for which the originating event data is requested.

Return Value

EventData
Return event data from the originating event which was the trigger of the Alarm. Null if the Alarm was cleared or does not have an originating event.
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also