Click or drag to resize

IAlarmManagerGetAlarms Method

Returns the list of alarms.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<AlarmData> GetAlarms()

Return Value

IEnumerableAlarmData
The list of alarms.
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also