public enum ResponseCode extends java.lang.Enum<ResponseCode> implements Code<UINT16>
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isReservedCode(UINT16 value) | 
| static boolean | isVendorExtendedCode(UINT16 value) | 
| UINT16 | value() | 
| static ResponseCode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ResponseCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ResponseCode UNDEFINED
public static final ResponseCode OK
public static final ResponseCode GENERAL_ERROR
public static final ResponseCode SESSION_NOT_OPEN
public static final ResponseCode INVALID_TRANSACTION_ID
public static final ResponseCode OPERATION_NOT_SUPPORTED
public static final ResponseCode PARAMETER_NOT_SUPPORTED
public static final ResponseCode INCOMPLETE_TRANSFER
public static final ResponseCode INVALID_STORAGE_ID
public static final ResponseCode INVALID_OBJECT_HANDLE
public static final ResponseCode DEVICE_PROP_NOT_SUPPORTED
public static final ResponseCode INVALID_OBJECT_FORMAT_CODE
public static final ResponseCode STORE_FULL
public static final ResponseCode OBJECT_WRITE_PROTECTED
public static final ResponseCode STORE_READ_ONLY
public static final ResponseCode ACCESS_DENIED
public static final ResponseCode NO_THUMBNAIL_PRESENT
public static final ResponseCode SELF_TEST_FAILED
public static final ResponseCode PARTIAL_DELETION
public static final ResponseCode STORE_NOT_AVAILABLE
public static final ResponseCode SPECIFICATION_BY_FORMAT_UNSUPPORTED
public static final ResponseCode NO_VALID_OBJECT_INFO
public static final ResponseCode INVALID_CODE_FORMAT
public static final ResponseCode UNKNOWN_VENDOR_CODE
public static final ResponseCode CAPTURE_ALREADY_TERMINATED
public static final ResponseCode DEVICE_BUSY
public static final ResponseCode INVALID_PARENT_OBJECT
public static final ResponseCode INVALID_DEVICE_PROP_FORMAT
public static final ResponseCode INVALID_DEVICE_PROP_VALUE
public static final ResponseCode INVALID_PARAMETER
public static final ResponseCode SESSION_ALREADY_OPEN
public static final ResponseCode TRANSACTION_CANCELLED
public static final ResponseCode SPECIFICATION_OF_DESTINATION_UNSUPPORTED
public static ResponseCode[] values()
for (ResponseCode c : ResponseCode.values()) System.out.println(c);
public static ResponseCode 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)