public static enum DCSSDKDefs.DCSSDK_RESULT extends java.lang.Enum<DCSSDKDefs.DCSSDK_RESULT>
| Enum Constant and Description |
|---|
DCSSDK_RESULT_FAILURE
A particular API function has completed unsuccessfully.
|
DCSSDK_RESULT_FIRMWARE_UPDATE_ABORTED
Firmware Upgrade aborted for specified scanner.
|
DCSSDK_RESULT_FIRMWARE_UPDATE_IN_PROGRESS
A Firmware Upgrade is in progress for specified scanner.
|
DCSSDK_RESULT_INVALID_PARAMS
A particular API function has completed unsuccessfully due to invalid input and/or output parameters.
|
DCSSDK_RESULT_OPCODE_NOT_SUPPORTED
A particular API function has completed unsuccessfully due to unsupported opcode.
|
DCSSDK_RESULT_RESPONSE_TIMEOUT
A particular API function has completed unsuccessfully due to expiration of a response timeout during communication with a particular scanner.
|
DCSSDK_RESULT_SCALE_NOT_PRESENT
Scale is not available in the specified scanner.
|
DCSSDK_RESULT_SCANNER_ALREADY_ACTIVE
Scanner that trying to establish the connection is already active
|
DCSSDK_RESULT_SCANNER_NOT_ACTIVE
A particular API function has completed unsuccessfully because a specified scanner was not active.
|
DCSSDK_RESULT_SCANNER_NOT_AVAILABLE
A particular API function has completed unsuccessfully because a specified scanner was not available.
|
DCSSDK_RESULT_SUCCESS
A particular API function has completed successfully.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static DCSSDKDefs.DCSSDK_RESULT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_RESULT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_SUCCESS
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_FAILURE
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_SCANNER_NOT_AVAILABLE
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_SCANNER_NOT_ACTIVE
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_INVALID_PARAMS
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_RESPONSE_TIMEOUT
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_OPCODE_NOT_SUPPORTED
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_SCANNER_ALREADY_ACTIVE
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_FIRMWARE_UPDATE_IN_PROGRESS
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_FIRMWARE_UPDATE_ABORTED
public static final DCSSDKDefs.DCSSDK_RESULT DCSSDK_RESULT_SCALE_NOT_PRESENT
public static DCSSDKDefs.DCSSDK_RESULT[] values()
for (DCSSDKDefs.DCSSDK_RESULT c : DCSSDKDefs.DCSSDK_RESULT.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_RESULT 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 null