TemperatureMeasurement
internal final class TemperatureMeasurement : CharacteristicProtocol
TemperatureMeasurement’s characteristic of healthThermometer service
-
A 128-bit UUID that identifies the characteristic.
Declaration
Swift
public var uuid: CBUUID { get }
-
The service that this characteristic belongs to.
Declaration
Swift
public var service: GattService { get }
-
The value’s format of the characteristic.
Declaration
Swift
public var format: DataInitializable.Type { get }