public static enum GPSSportsInformationRecorder.Command extends Enum<GPSSportsInformationRecorder.Command>
| Enum Constant and Description |
|---|
BUTTON
Button Information as parameter
|
CLOSE
Close down the thread
|
DECDEPTH
Decrement the Depth by 0.25m (manual depth tracking)
|
DEPTHINFO
Depth Information as parameters
|
GPSINFO
GPS Information as parameters
|
INCDEPTH
Increment the Depth by 0.25m (manual depth tracking)
|
START
Start the thread activity
|
STOP
Stop the thread activity
|
| Modifier and Type | Method and Description |
|---|---|
static GPSSportsInformationRecorder.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPSSportsInformationRecorder.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPSSportsInformationRecorder.Command CLOSE
public static final GPSSportsInformationRecorder.Command START
public static final GPSSportsInformationRecorder.Command STOP
public static final GPSSportsInformationRecorder.Command GPSINFO
public static final GPSSportsInformationRecorder.Command DEPTHINFO
public static final GPSSportsInformationRecorder.Command INCDEPTH
public static final GPSSportsInformationRecorder.Command DECDEPTH
public static final GPSSportsInformationRecorder.Command BUTTON
public static GPSSportsInformationRecorder.Command[] values()
for (GPSSportsInformationRecorder.Command c : GPSSportsInformationRecorder.Command.values()) System.out.println(c);
public static GPSSportsInformationRecorder.Command valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.