Click or drag to resize

AlarmData Class

Data used for alarm. This class contains detailed information associated with a certain alarm.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKAlarmData

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class AlarmData

The AlarmData type exposes the following members.

Properties
 NameDescription
Public propertyAlarmId BVMS internal Id of the alarm.
Public propertyColorArgb Alarm color. Specifies in which color the alarm entry shall be displayed in the BVMS Operator Client's alarm list.
Public propertyComment Comment.
Public propertyCreationTimeUtc The date and time when the alarm was created.
Public propertyDevice SDK Device which originated the alarm. It can be null in case of an internal error.
Public propertyDisplayName Title of the alarm.
Public propertyPriority Alarm priority. The alarm priority specifies whether this alarm will show up in the BVMS Operator Client as a "popup alarm". A popup alarm will automatically display configured Image pane contents. The smaller the value of this property, the higher the alarm priority.
Public propertyServerId Server Id.
Public propertyState Alarm state.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also