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.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
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