Class AntFsCommon.AntFsStateCode
java.lang.Object
com.dsi.ant.plugins.antplus.common.AntFsCommon.AntFsStateCode
- Enclosing class:
- AntFsCommon
Defines the states of ANTFS sessions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Authenticationstatic final int
Authentication: Requesting Pairing Pairing request is sent and we are now waiting for the response.static final int
Link: Requesting Linkstatic final int
Transport: Downloading A download is in progress.static final int
Transport: Idle. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINK_REQUESTING_LINK
public static final int LINK_REQUESTING_LINKLink: Requesting Link- See Also:
-
AUTHENTICATION
public static final int AUTHENTICATIONAuthentication- See Also:
-
AUTHENTICATION_REQUESTING_PAIRING
public static final int AUTHENTICATION_REQUESTING_PAIRINGAuthentication: 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_IDLETransport: Idle.- See Also:
-
TRANSPORT_DOWNLOADING
public static final int TRANSPORT_DOWNLOADINGTransport: Downloading A download is in progress.- See Also:
-
-
Constructor Details
-
AntFsStateCode
public AntFsStateCode()
-