public enum DatalogicCommand extends java.lang.Enum<DatalogicCommand>
Enum Constant and Description |
---|
BATCH_CLEAR
Command to clear the batch queue.
|
BATCH_DUMPING
Command to receive the batch elements in queue.
|
BATTERY_CHECK
Command to receive the numeric percentage of battery level.
|
BEEP
Command to emit a beep.
|
BEEPER_OFF
Command to:
- mute the good read audio feedback
- set the lower audio level for radio's beeper feedback
- disable the good transmission beep
- disable the disconnection beep
- disable the Leash Alarm
|
BEEPER_ON
Command to:
- set high good read audio feedback
- set the higher audio level for radio's beeper feedback
- enable the good transmission beep
- enable the disconnection beep
- enable the Leash Alarm
|
BODY_COLOR_BLUE
Command to set blue body color.
|
BODY_COLOR_CYAN
Command to set cyan body color.
|
BODY_COLOR_FUCHSIA
Command to set fuchsia body color.
|
BODY_COLOR_GREEN
Command to set green body color.
|
BODY_COLOR_ORANGE
Command to set orange body color.
|
BODY_COLOR_PURPLE
Command to set purple body color.
|
BODY_COLOR_RANDOM
Command to set random body color.
|
BODY_COLOR_RED
Command to set red body color.
|
BODY_COLOR_TURQUOISE
Command to set turquoise body color.
|
BODY_COLOR_YELLOW
Command to set yellow body color.
|
DISABLE_SCANNER
Command to disable the device.
|
DISABLE_SDK
Command to disable SDK.
|
ENABLE_SCANNER
Command to enable the reader.
|
ENABLE_SDK
Command to enable SDK with CRC.
|
ENABLE_SDK_NoCRC
Command to enable SDK without CRC.
|
GOOD_READ_SPEAKER_OFF
Command to silent the good read beep.
|
HEALTH_CHECK
Command to receive device's health status.
|
JINGLE_DISABLE
Command to disable jingle playing on good read.
|
JINGLE_ENABLE
Command to enable jingle playing on good read.
|
MANUAL_BATCH_DISABLE
Command to disable Manual Batch Mode.
|
MANUAL_BATCH_ENABLE
Command to enable Manual Batch Mode.
|
PICK_MODE_DISABLE
Command to disable the Pick Mode.
|
PICK_MODE_ENABLE
Command to enable the Pick Mode.
|
POWER_OFF
Command to shutdown the device.
|
RESTORE_DEFAULT
Command to restore the default configuration.
|
SCANNER_ID
Command to receive device id.
|
SCANNER_NAME
Command to receive device name.
|
SECURE_LEVEL_0
Command to set the Bluetooth security level to 0.
|
SILENT_OFF
Command to:
- set high good read audio feedback
- set the higher audio level for radio's beeper feedback
- enable the good transmission beep
- enable the disconnection beep
- enable the Leash Alarm
- enable body color and set it to Blue
- disable the viber
|
SILENT_ON
Command to:
- mute the good read audio feedback
- set the lower audio level for radio's beeper feedback
- disable the good transmission beep
- disable the disconnection beep
- enable the Leash Alarm
- set purple body color
- enable the viber
- enable the good read indicator
|
SOFTWARE_TRIGGER_ACTIVE
Command to active the trigger, same effect of holding down the trigger button.
|
SOFTWARE_TRIGGER_RELEASE
Command to release the trigger.
|
STATISTICS
Command to receive device's statistics.
|
TEST
Command to receive test data.
|
VIBER_OFF
Command to disable the vibration feedback.
|
VIBER_ON
Command to enable the vibration feedback.
|
Modifier and Type | Method and Description |
---|---|
protected void |
elabValue(DatalogicDeviceResponse datalogicDeviceResponse,
DatalogicDevice device) |
java.lang.String |
getCommand() |
static DatalogicCommand |
getCommandAt(int position) |
static DatalogicCommand |
getCommandById(int id) |
int |
getId()
Returns the command's id
|
java.lang.String |
getLabel() |
static java.util.List<DatalogicCommand> |
getList() |
protected java.lang.Integer |
getType() |
boolean |
hasResponse() |
static DatalogicCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatalogicCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatalogicCommand SCANNER_NAME
public static final DatalogicCommand ENABLE_SDK_NoCRC
public static final DatalogicCommand ENABLE_SDK
public static final DatalogicCommand DISABLE_SDK
public static final DatalogicCommand SCANNER_ID
public static final DatalogicCommand HEALTH_CHECK
public static final DatalogicCommand STATISTICS
public static final DatalogicCommand TEST
public static final DatalogicCommand BEEP
public static final DatalogicCommand ENABLE_SCANNER
public static final DatalogicCommand DISABLE_SCANNER
public static final DatalogicCommand SOFTWARE_TRIGGER_ACTIVE
public static final DatalogicCommand SOFTWARE_TRIGGER_RELEASE
public static final DatalogicCommand RESTORE_DEFAULT
public static final DatalogicCommand BEEPER_OFF
Command to: - mute the good read audio feedback - set the lower audio level for radio's beeper feedback - disable the good transmission beep - disable the disconnection beep - disable the Leash Alarm
public static final DatalogicCommand BEEPER_ON
Command to: - set high good read audio feedback - set the higher audio level for radio's beeper feedback - enable the good transmission beep - enable the disconnection beep - enable the Leash Alarm
public static final DatalogicCommand SILENT_ON
Command to: - mute the good read audio feedback - set the lower audio level for radio's beeper feedback - disable the good transmission beep - disable the disconnection beep - enable the Leash Alarm - set purple body color - enable the viber - enable the good read indicator
public static final DatalogicCommand SILENT_OFF
Command to: - set high good read audio feedback - set the higher audio level for radio's beeper feedback - enable the good transmission beep - enable the disconnection beep - enable the Leash Alarm - enable body color and set it to Blue - disable the viber
public static final DatalogicCommand SECURE_LEVEL_0
public static final DatalogicCommand GOOD_READ_SPEAKER_OFF
public static final DatalogicCommand VIBER_OFF
public static final DatalogicCommand VIBER_ON
public static final DatalogicCommand BODY_COLOR_RANDOM
public static final DatalogicCommand BODY_COLOR_RED
public static final DatalogicCommand BODY_COLOR_BLUE
public static final DatalogicCommand BODY_COLOR_GREEN
public static final DatalogicCommand BODY_COLOR_YELLOW
public static final DatalogicCommand BODY_COLOR_PURPLE
public static final DatalogicCommand BODY_COLOR_TURQUOISE
public static final DatalogicCommand BODY_COLOR_ORANGE
public static final DatalogicCommand BODY_COLOR_FUCHSIA
public static final DatalogicCommand BODY_COLOR_CYAN
public static final DatalogicCommand JINGLE_DISABLE
public static final DatalogicCommand JINGLE_ENABLE
public static final DatalogicCommand MANUAL_BATCH_DISABLE
public static final DatalogicCommand MANUAL_BATCH_ENABLE
public static final DatalogicCommand PICK_MODE_DISABLE
public static final DatalogicCommand PICK_MODE_ENABLE
public static final DatalogicCommand POWER_OFF
public static final DatalogicCommand BATCH_CLEAR
public static final DatalogicCommand BATCH_DUMPING
public static final DatalogicCommand BATTERY_CHECK
public static DatalogicCommand[] values()
for (DatalogicCommand c : DatalogicCommand.values()) System.out.println(c);
public static DatalogicCommand 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 java.util.List<DatalogicCommand> getList()
public static DatalogicCommand getCommandById(int id)
id
- The command identifier to be searchedpublic static DatalogicCommand getCommandAt(int position)
position
- The command's list positionprotected void elabValue(DatalogicDeviceResponse datalogicDeviceResponse, DatalogicDevice device)
datalogicDeviceResponse
- the response object on which set the valuedevice
- the Device object to directly set the command onprotected java.lang.Integer getType()
public java.lang.String getLabel()
public java.lang.String getCommand()
public boolean hasResponse()
public int getId()