Types

Link copied to clipboard

Accuracy of measurement

Link copied to clipboard

Status of measurement.

Link copied to clipboard
sealed class Type

Type of the measurement.

Properties

Link copied to clipboard

Accuracy of given measurement.

Link copied to clipboard
abstract val isValid: Boolean

True if status of the measurement is Status.VALID

Link copied to clipboard

Status of given measurement.

Link copied to clipboard
abstract val type: Measurement.Type

Type of given measurement.

Link copied to clipboard
abstract val value: T

Value of the measurement.