FitnessMachineStopPauseType

public enum FitnessMachineStopPauseType : UInt8

Fitness Machine Stop/Pause Type

Used in Control Point and Status

  • Reserved

    Declaration

    Swift

    case reserved = 0
  • Stop

    Declaration

    Swift

    case stop = 1
  • Pause

    Declaration

    Swift

    case pause = 2