public enum OperationCode extends java.lang.Enum<OperationCode> implements Code<UINT16>
Modifier and Type | Method and Description |
---|---|
static boolean |
isReservedCode(UINT16 value) |
static boolean |
isVendorExtendedCode(UINT16 value) |
UINT16 |
value() |
static OperationCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCode UNDEFINED
public static final OperationCode GET_DEVICE_INFO
public static final OperationCode OPEN_SESSION
public static final OperationCode CLOSE_SESSION
public static final OperationCode GET_STORAGE_IDS
public static final OperationCode GET_STORAGE_INFO
public static final OperationCode GET_NUM_OBJECTS
public static final OperationCode GET_OBJECT_HANDLES
public static final OperationCode GET_OBJECT_INFO
public static final OperationCode GET_OBJECT
public static final OperationCode GET_THUMB
public static final OperationCode DELETE_OBJECT
public static final OperationCode SEND_OBJECT_INFO
public static final OperationCode SEND_OBJECT
public static final OperationCode INITIATE_CAPTURE
public static final OperationCode FORMAT_STORE
public static final OperationCode RESET_DEVICE
public static final OperationCode SELF_TEST
public static final OperationCode SET_OBJECT_PROTECTION
public static final OperationCode POWER_DOWN
public static final OperationCode GET_DEVICE_PROP_DESC
public static final OperationCode GET_DEVICE_PROP_VALUE
public static final OperationCode SET_DEVICE_PROP_VALUE
public static final OperationCode RESET_DEVICE_PROP_VALUE
public static final OperationCode TERMINATE_OPEN_CAPTURE
public static final OperationCode MOVE_OBJECT
public static final OperationCode COPY_OBJECT
public static final OperationCode GET_PARTIAL_OBJECT
public static final OperationCode INITIATE_OPEN_CAPTURER
public static OperationCode[] values()
for (OperationCode c : OperationCode.values()) System.out.println(c);
public static OperationCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean isReservedCode(UINT16 value)
public static boolean isVendorExtendedCode(UINT16 value)