Status

data class Status(val bodyMovementDetectionFlag: Boolean, val cuffFitDetectionFlag: Boolean, val irregularPulseDetectionFlag: Boolean, val pulseRateRangeDetectionFlags: Int, val measurementPositionDetectionFlag: Boolean)

Represents the status of the measurement.

Constructors

Link copied to clipboard
constructor(bodyMovementDetectionFlag: Boolean, cuffFitDetectionFlag: Boolean, irregularPulseDetectionFlag: Boolean, pulseRateRangeDetectionFlags: Int, measurementPositionDetectionFlag: Boolean)