Package com.zebra.scannercontrol
Enum Class DCSSDKDefs.DCSSDK_COMMAND_OPCODE
java.lang.Object
java.lang.Enum<DCSSDKDefs.DCSSDK_COMMAND_OPCODE>
com.zebra.scannercontrol.DCSSDKDefs.DCSSDK_COMMAND_OPCODE
- All Implemented Interfaces:
Serializable
,Comparable<DCSSDKDefs.DCSSDK_COMMAND_OPCODE>
,Constable
- Enclosing class:
DCSSDKDefs
Op-codes to be used in dcssdkExecuteCommandOpCodeInXMLForScanner API function available in
IDcsSdkApi
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionOpcode to abort an ongoing firmware updateOpcode to off the aim guide of the scannerOpcode to on the aim guide of the scannerOpcode to on the barcode mode of the scannerOpcode to on the image mode of the scannerOpcode to pull the soft triggerOpcode to release the soft triggerOpcode to disable barcode scanningOpcode to enable barcode scanningOpcode to vibrate the pager motor of the scannerOpcode to on the video mode of the scannerOpcode to disable scaleOpcode to enable scaleOpcode to read weightOpcode to Reset ScaleOpcode to get value of single or multiple attributes available in the scannerOpcode to get all attributes available in the scannerOpcode to set value of a single or multiple attributes available in the scannerOpcode to store value of a single or multiple attributes available in the scannerOpcode to set an action like beep or LED in scannerOpcode to start the updated firmware of the scannerOpcode to update firmware of the scannerOpcode to Zero Scale -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DCSSDKDefs.DCSSDK_COMMAND_OPCODE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DCSSDK_DEVICE_PULL_TRIGGER
Opcode to pull the soft trigger -
DCSSDK_DEVICE_RELEASE_TRIGGER
Opcode to release the soft trigger -
DCSSDK_DEVICE_SCAN_DISABLE
Opcode to disable barcode scanning -
DCSSDK_DEVICE_SCAN_ENABLE
Opcode to enable barcode scanning -
DCSSDK_RSM_ATTR_GETALL
Opcode to get all attributes available in the scanner -
DCSSDK_RSM_ATTR_GET
Opcode to get value of single or multiple attributes available in the scanner -
DCSSDK_RSM_ATTR_SET
Opcode to set value of a single or multiple attributes available in the scanner -
DCSSDK_RSM_ATTR_STORE
Opcode to store value of a single or multiple attributes available in the scanner -
DCSSDK_UPDATE_FIRMWARE
Opcode to update firmware of the scanner -
DCSSDK_START_NEW_FIRMWARE
Opcode to start the updated firmware of the scanner -
DCSSDK_ABORT_UPDATE_FIRMWARE
Opcode to abort an ongoing firmware update -
DCSSDK_SET_ACTION
Opcode to set an action like beep or LED in scanner -
DCSSDK_DEVICE_AIM_OFF
Opcode to off the aim guide of the scanner -
DCSSDK_DEVICE_AIM_ON
Opcode to on the aim guide of the scanner -
DCSSDK_DEVICE_VIDEO_MODE
Opcode to on the video mode of the scanner -
DCSSDK_DEVICE_IMAGE_MODE
Opcode to on the image mode of the scanner -
DCSSDK_DEVICE_BARCODE_MODE
Opcode to on the barcode mode of the scanner -
DCSSDK_DEVICE_VIBRATION_FEEDBACK
Opcode to vibrate the pager motor of the scanner -
DCSSDK_ENABLE_SCALE
Opcode to enable scale -
DCSSDK_DISABLE_SCALE
Opcode to disable scale -
DCSSDK_READ_WEIGHT
Opcode to read weight -
DCSSDK_ZERO_SCALE
Opcode to Zero Scale -
DCSSDK_RESET_SCALE
Opcode to Reset Scale
-
-
Field Details
-
value
public int value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-