Click or drag to resize

IAlarmManagerIsAlarmListEmpty(FilterAlarmType) Method

Checks if alarm list on a Management Server is empty with an additional filtering possibility.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool IsAlarmListEmpty(
	FilterAlarmType filter
)

Parameters

filter  FilterAlarmType
Flag enum value specified the alarm types which will be ignored by the alarm list evaluation.

Return Value

Boolean
true if alarm list is empty, otherwise - false.
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also