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.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
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