HeartRateMeasurementType
public class HeartRateMeasurementType : DataInitializable
HeartRateMeasurementType define the values of HeartRateMeasurement characteristic.
-
Current heart rate value.
Declaration
Swift
public var heartRateValue: UInt16 { get } -
Define the current status of the sensor contact.
Declaration
Swift
public var sensorContactStatus: SensorContactStatus { get } -
The current energy extended in Joule
Declaration
Swift
public var energyExtended: UInt16? { get } -
The current RR-interval in 1/1024s.
Declaration
Swift
public var rrInterval: UInt16? { get } -
DataInitializable init.
Declaration
Swift
required public init(with octets: [UInt8])
View on GitHub
Install in Dash
HeartRateMeasurementType Class Reference