public static enum ThorlabsFW.CmndFW extends Enum<ThorlabsFW.CmndFW>
| Enum Constant and Description |
|---|
DATA_RATE |
IDENTIFIER |
POSITION |
POSITION_COUNT |
SAVE_SETTINGS |
SENSOR_MODE |
SPEED_MODE |
TRIGGER_MODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
static ThorlabsFW.CmndFW |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThorlabsFW.CmndFW[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThorlabsFW.CmndFW IDENTIFIER
public static final ThorlabsFW.CmndFW POSITION
public static final ThorlabsFW.CmndFW POSITION_COUNT
public static final ThorlabsFW.CmndFW TRIGGER_MODE
public static final ThorlabsFW.CmndFW SPEED_MODE
public static final ThorlabsFW.CmndFW SENSOR_MODE
public static final ThorlabsFW.CmndFW DATA_RATE
public static final ThorlabsFW.CmndFW SAVE_SETTINGS
public static ThorlabsFW.CmndFW[] values()
for (ThorlabsFW.CmndFW c : ThorlabsFW.CmndFW.values()) System.out.println(c);
public static ThorlabsFW.CmndFW 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 nullpublic String getCommand()
Copyright © 2018 LSST. All rights reserved.