Class AntFsCommon.AntFsStateCode

java.lang.Object
com.dsi.ant.plugins.antplus.common.AntFsCommon.AntFsStateCode
Enclosing class:
AntFsCommon

public class AntFsCommon.AntFsStateCode extends Object
Defines the states of ANTFS sessions.
  • Field Details

    • AUTHENTICATION

      public static final int AUTHENTICATION
      Authentication
      See Also:
    • AUTHENTICATION_REQUESTING_PAIRING

      public static final int AUTHENTICATION_REQUESTING_PAIRING
      Authentication: Requesting Pairing Pairing request is sent and we are now waiting for the response. This is the event to watch for if you need to notify the user to interact with the device you are trying to connect to.
      See Also:
    • TRANSPORT_IDLE

      public static final int TRANSPORT_IDLE
      Transport: Idle.
      See Also:
    • TRANSPORT_DOWNLOADING

      public static final int TRANSPORT_DOWNLOADING
      Transport: Downloading A download is in progress.
      See Also:
  • Constructor Details

    • AntFsStateCode

      public AntFsStateCode()