Alarm |
[SerializableAttribute] public class AlarmData
The AlarmData type exposes the following members.
| Name | Description | |
|---|---|---|
| AlarmId | BVMS internal Id of the alarm. | |
| ColorArgb | Alarm color. Specifies in which color the alarm entry shall be displayed in the BVMS Operator Client's alarm list. | |
| Comment | Comment. | |
| CreationTimeUtc | The date and time when the alarm was created. | |
| Device | SDK Device which originated the alarm. It can be null in case of an internal error. | |
| DisplayName | Title of the alarm. | |
| Priority | 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. | |
| ServerId | Server Id. | |
| State | Alarm state. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |