Click or drag to resize

IDevice Interface

Represents a device that acts as a source of IMeasurements.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public interface IDevice
View Source

The IDevice type exposes the following members.

Properties
 NameDescription
Public propertyDataQualityErrors Gets or sets total data quality errors of this IDevice.
Public propertyDeviceErrors Gets or sets total device errors of this IDevice.
Public propertyMeasurementsDefined Gets or sets the number of measurements (per frame) defined for this IDevice.
Public propertyMeasurementsExpected Gets or sets total measurements expected to have been received for this IDevice.
Public propertyMeasurementsReceived Gets or sets total measurements received for this IDevice.
Public propertyMeasurementsWithError Gets or sets the number of measurements received while this IDevice was reporting errors.
Public propertyTimeQualityErrors Gets or sets total time quality errors of this IDevice.
Top
See Also