HeartRateContactStatus
public enum HeartRateContactStatus : UInt8
Contact Status of Heart Rate Sensor
-
Sensor Contact feature is not supported in the current connection
Declaration
Swift
case notSupported = 0
-
Sensor Contact feature is not supported in the current connection
Declaration
Swift
case stillNotSupportd = 1
-
Sensor Contact feature is supported, but contact is not detected
Declaration
Swift
case notDetected = 2
-
Sensor Contact feature is supported and contact is detected
Declaration
Swift
case detected = 3
-
String Value for Contact Status
Declaration
Swift
public var stringValue: String { get }