Click or drag to resize
Grid Solutions Framework

IFlatlineService Interface

Defines a REST web service for flatlined measurements.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.181-beta
Syntax
[ServiceContractAttribute]
public interface IFlatlineService
View Source

The IFlatlineService type exposes the following members.

Properties
 NameDescription
Public propertyTest Gets or sets the FlatlineTest used by the web service for its data.
Top
Methods
 NameDescription
Public methodReadAllFlatlinedMeasurementsAsJson Reads all flatlined measurements from the Test and sends it in Json format.
Public methodReadAllFlatlinedMeasurementsAsXml Reads all flatlined measurements from the Test and sends it in Xml format.
Public methodReadFlatlinedMeasurementsFromDeviceAsJson Reads all flatlined measurements from the specified device and sends it in Json format.
Public methodReadFlatlinedMeasurementsFromDeviceAsXml Reads all flatlined measurements from the specified device and sends it in Xml format.
Top
See Also