SensorData
public struct SensorData
Represents a collection of sensor values received in a single update from the remote wearable device.
-
The sensor values that were contained in this update.
Declaration
Swift
public var values: [SensorValue]
-
Declaration
Swift
public var debugDescription: String { get }