public class AntPluginMsgDefines.DeviceStateCodes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLOSED
The device is not connected and not trying to connect
but will still respond to commands.
|
static int |
DEAD
The device is no longer usable and will not respond to commands.
|
static int |
PROCESSING_REQUEST
The plugin is currently processing a command request from a client.
|
static int |
SEARCHING
The device is attempting to establish a connection.
|
static int |
TRACKING
The device has an open connection, and can receive and transmit data.
|
Constructor and Description |
---|
AntPluginMsgDefines.DeviceStateCodes() |
public static final int DEAD
public static final int CLOSED
public static final int SEARCHING
public static final int TRACKING
public static final int PROCESSING_REQUEST
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.