Class AntPluginMsgDefines.DeviceStateCodes
java.lang.Object
com.dsi.ant.plugins.internal.pluginsipc.AntPluginMsgDefines.DeviceStateCodes
- Enclosing class:
- AntPluginMsgDefines
Defines the possible states of a device.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The device is not connected and not trying to connect but will still respond to commands.static final int
The device is no longer usable and will not respond to commands.static final int
The plugin is currently processing a command request from a client.static final int
The device is attempting to establish a connection.static final int
The device has an open connection, and can receive and transmit data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEAD
public static final int DEADThe device is no longer usable and will not respond to commands.- See Also:
-
CLOSED
public static final int CLOSEDThe device is not connected and not trying to connect but will still respond to commands.- See Also:
-
SEARCHING
public static final int SEARCHINGThe device is attempting to establish a connection.- See Also:
-
TRACKING
public static final int TRACKINGThe device has an open connection, and can receive and transmit data.- See Also:
-
PROCESSING_REQUEST
public static final int PROCESSING_REQUESTThe plugin is currently processing a command request from a client.- See Also:
-
-
Constructor Details
-
DeviceStateCodes
public DeviceStateCodes()
-