Class AntPlusFitnessEquipmentPcc.CommandStatus

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusFitnessEquipmentPcc.CommandStatus
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
AntPlusFitnessEquipmentPcc

public static class AntPlusFitnessEquipmentPcc.CommandStatus extends Object implements android.os.Parcelable
Confirms the status of commands sent from an open display to the fitness equipment.

To confirm that the control request was successful, the command status may be requested from the fitness equipment. It is a requirement that fitness equipment that supports the FE-C use case be able to send this.

Since:
2.1.8
  • Field Details

  • Constructor Details

    • CommandStatus

      public CommandStatus()
      Creates a command status object. User code should not have to reference this constructor.
    • CommandStatus

      public CommandStatus(android.os.Parcel in)
      Parcel constructor
      Parameters:
      in - Parcel with object data
  • Method Details

    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable