Feature
public struct Feature : OptionSet, Hashable
Supported Feature Types
-
Declaration
Swift
public let rawValue: UInt16
-
Declaration
Swift
public init(rawValue: UInt16)
-
Body Movement Detection feature supported
Declaration
Swift
public static let bodyMovementDetectionSupported: CharacteristicBloodPressureFeature.Feature
-
Cuff Fit Detection feature supported
Declaration
Swift
public static let cuffFitDetectionSupported: CharacteristicBloodPressureFeature.Feature
-
Irregular Pulse Detection feature supported
Declaration
Swift
public static let irregularPulseDetectionSupported: CharacteristicBloodPressureFeature.Feature
-
Pulse Rate Range Detection feature supported
Declaration
Swift
public static let pulseRateRangeDetectionSupported: CharacteristicBloodPressureFeature.Feature
-
Measurement Position Detection feature supported
Declaration
Swift
public static let measurementPositionDetectionSupported: CharacteristicBloodPressureFeature.Feature
-
Multiple Bonds supported
Declaration
Swift
public static let multipleBondsSupported: CharacteristicBloodPressureFeature.Feature