BodySensorLocationEnum

public enum BodySensorLocationEnum : UInt8, CustomStringConvertible

BodySensorLocationEnum define the values of BodySensorLocation characteristic.

  • Body sensor on other position (unknonw or undefined).

    Declaration

    Swift

    case other = 0
  • Body sensor on the chest.

    Declaration

    Swift

    case chest
  • Body sensor on the wrist.

    Declaration

    Swift

    case wrist
  • Body sensor on the finger.

    Declaration

    Swift

    case finger
  • Body sensor on the hand.

    Declaration

    Swift

    case hand
  • Body sensor on the ear lobe.

    Declaration

    Swift

    case earLobe
  • Body sensor on the foot.

    Declaration

    Swift

    case foot
  • Location not supported on the current peripheral.

    Declaration

    Swift

    case unsupported
  • A textual representation of this instance.

    Declaration

    Swift

    public var description: String { get }
  • DataInitializable init.

    Declaration

    Swift

    public init?(with octets: [UInt8])