Click or drag to resize

RemoteServerApiAlarmManager Property

Gives access to the AlarmManager. The AlarmManager of RemoteServerApi provides all alarms of BVMS.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public virtual IAlarmManager AlarmManager { get; }

Property Value

IAlarmManager

Implements

IServerApiAlarmManager
See Also