IAlarm
|
[ServiceContractAttribute] public interface IAlarmService
The IAlarmService type exposes the following members.
Name | Description | |
---|---|---|
AlarmAdapter | Gets or sets the AlarmAdapter used by the web service for its data. |
Name | Description | |
---|---|---|
ReadAllRaisedAlarmsAsJson | Reads all raised alarms from the AlarmAdapter and sends it in Json format. | |
ReadAllRaisedAlarmsAsXml | Reads all raised alarms from the AlarmAdapter and sends it in Xml format. | |
ReadHighestSeverityAlarmsAsJson | Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in Json format. | |
ReadHighestSeverityAlarmsAsXml | Reads the raised alarms with the highest severity for each signal from the AlarmAdapter and sends it in Xml format. |