SensorLocation
public enum SensorLocation : UInt8
Location of Sensor
-
Other
Declaration
Swift
case other = 0 -
Top of shoe
Declaration
Swift
case topOfShoe = 1 -
In Shoe
Declaration
Swift
case inShoe = 2 -
Hip
Declaration
Swift
case hip = 3 -
Front Wheel
Declaration
Swift
case frontWheel = 4 -
Left Crank
Declaration
Swift
case leftCrank = 5 -
Right Crank
Declaration
Swift
case rightCrank = 6 -
Left Pedal
Declaration
Swift
case leftPedal = 7 -
Right Pedal
Declaration
Swift
case rightPedal = 8 -
Front Hub
Declaration
Swift
case frontHub = 9 -
Rear Dropout
Declaration
Swift
case rearDropout = 10 -
Chainstay
Declaration
Swift
case chainstay = 11 -
Rear Wheel
Declaration
Swift
case rearWheel = 12 -
Rear Hub
Declaration
Swift
case rearHub = 13 -
Chest
Declaration
Swift
case chest = 14 -
Spider
Declaration
Swift
case spider = 15 -
Chain Ring
Declaration
Swift
case chainRing = 16 -
String Representation
Declaration
Swift
public var stringValue: String { get } -
String Value for the Enum
Declaration
Swift
public var description: String { get }