DeviceLocation
public enum DeviceLocation : String, Codable, CaseIterable, Identifiable
-
Declaration
Swift
public var id: `Self` { get }
-
Declaration
Swift
case UNDEFINED
-
Declaration
Swift
case OTHER
-
Declaration
Swift
case WRIST_LEFT
-
Declaration
Swift
case WRIST_RIGHT
-
Declaration
Swift
case NECKLACE
-
Declaration
Swift
case CHEST
-
Declaration
Swift
case UPPER_BACK
-
Declaration
Swift
case FOOT_LEFT
-
Declaration
Swift
case FOOT_RIGHT
-
Declaration
Swift
case LOWER_ARM_LEFT
-
Declaration
Swift
case LOWER_ARM_RIGHT
-
Declaration
Swift
case UPPER_ARM_LEFT
-
Declaration
Swift
case UPPER_ARM_RIGHTs
-
Declaration
Swift
case BIKE_MOUNT
-
Declaration
Swift
public func toInt() -> Int