CharacteristicIntermediateCuffPressure
@available(swift 3.1)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
final public class CharacteristicIntermediateCuffPressure : Characteristicextension CharacteristicIntermediateCuffPressure: Hashableextension CharacteristicIntermediateCuffPressure: EquatableBLE Intermediate Cuff Pressure Characteristic
- 
                    
                    Characteristic Name DeclarationSwift public static var name: String { get }
- 
                    
                    Characteristic UUID DeclarationSwift public static var uuidString: String { get }
- 
                    
                    Name of the Characteristic DeclarationSwift public var name: String { get }
- 
                    
                    Characteristic UUID String DeclarationSwift public var uuidString: String { get }
- 
                    
                    Cuff Pressure DeclarationSwift private(set) public var cuffPressure: Measurement<UnitPressure> { get }
- 
                    
                    Timestamp DeclarationSwift private(set) public var timestamp: DateTime? { get }
- 
                    
                    Pulse Rate DeclarationSwift private(set) public var pulseRate: Measurement<UnitCadence>? { get }
- 
                    
                    User ID DeclarationSwift private(set) public var userID: User? { get }
- 
                    
                    Measurement Status DeclarationSwift private(set) public var status: BloodPressureMeasurementStatus? { get }
- 
                    
                    Creates Intermediate Cuff Pressure Characteristic DeclarationSwift public init(cuffPressure: Measurement<UnitPressure>, timestamp: DateTime?, pulseRate: Measurement<UnitCadence>?, userID: User?, status: BloodPressureMeasurementStatus?)ParameterscuffPressureCuff Pressure timestampTimestamp pulseRatePulse Rate userIDUser ID 
- 
                    
                    Decodes Characteristic Data into Characteristic DeclarationSwift public class func decode<C>(with data: Data) -> Result<C, BluetoothDecodeError> where C : CharacteristicParametersdataCharacteristic Data Return ValueCharacteristic Result 
- 
                    
                    Encodes the Characteristic into Data DeclarationSwift public func encode() -> Result<Data, BluetoothEncodeError>Return ValueCharacteristic Data Result 
- 
                    
                    Hashes the essential components of this value by feeding them into the given hasher. Implement this method to conform to the Hashableprotocol. The components used for hashing must be the same as the components compared in your type’s==operator implementation. Callhasher.combine(_:)with each of these components.Important Never call finalize()onhasher. Doing so may become a compile-time error in the future.DeclarationSwift public func hash(into hasher: inout Hasher)ParametershasherThe hasher to use when combining the components of this instance. 
- 
                    
                    Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values aandb,a == bimplies thata != bisfalse.DeclarationSwift public static func == (lhs: CharacteristicIntermediateCuffPressure, rhs: CharacteristicIntermediateCuffPressure) -> BoolParameterslhsA value to compare. rhsAnother value to compare. 
 
            