IAlarmManagerGetTriggeringEventData Method |  |
Get the originating event data of the event who has triggered the Alarm.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxEventData GetTriggeringEventData(
AlarmData alarmData
)
Parameters
- alarmData AlarmData
- The alarm data of the alarm for which the originating event data is requested.
Return Value
EventDataReturn 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
See Also