IDevice Interface

Represents a device that acts as a source of IMeasurements.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.183 -- Release Build+21a5b147e1a8ef7d91dda1e36ec19dae85df8dc9
public interface IDevice

Properties

DataQualityErrors Gets or sets total data quality errors of this IDevice.
DeviceErrors Gets or sets total device errors of this IDevice.
MeasurementsDefined Gets or sets the number of measurements (per frame) defined for this IDevice.
MeasurementsExpected Gets or sets total measurements expected to have been received for this IDevice.
MeasurementsReceived Gets or sets total measurements received for this IDevice.
MeasurementsWithError Gets or sets the number of measurements received while this IDevice was reporting errors.
TimeQualityErrors Gets or sets total time quality errors of this IDevice.

See Also