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.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
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