BodyLocation
@available(swift 4.0)
public enum BodyLocation : UInt8, Codable
Location of Sensor on Body
-
Other
Declaration
Swift
case other = 0 -
Chest
Declaration
Swift
case chest = 1 -
Wrist
Declaration
Swift
case wrist = 2 -
Finger
Declaration
Swift
case finger = 3 -
Hand
Declaration
Swift
case hand = 4 -
Ear Lobe
Declaration
Swift
case earLobe = 5 -
Foot
Declaration
Swift
case foot = 6 -
String Value for Body Location
Declaration
Swift
public var stringValue: String { get } -
String Value for the Enum
Declaration
Swift
public var description: String { get }