Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

action - Variable in class com.datalogic.decode.configuration.IntentWedge
action is the intent action name.
ACTION_DEVICE_INFO - Static variable in class com.datalogic.device.info.SYSTEM.Version
Broadcast Action: This is a sticky broadcast containing the device identification number, name and other information about the terminal.
ACTION_START_DECODE - Static variable in class com.datalogic.decode.BarcodeManager
Barcode start decode intent action.
ACTION_STOP_DECODE - Static variable in class com.datalogic.decode.BarcodeManager
Barcode stop decode intent action.
ActionKey - Class in com.datalogic.device.input
 
ActionKey() - Constructor for class com.datalogic.device.input.ActionKey
 
ActionType - Enum in com.datalogic.softspot
ActionType is an enumeration defining constants for different actions performed by SoftSpot.
activateWakeup(WakeupSource) - Method in class com.datalogic.device.power.PowerManager
This function allows setting a wakeup source.
addActionEventListener(AdvancedKeyboard.ActionEventListener, int, boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard
Adds a listener to a specific action key press or release.
addActionEventListener(AdvancedKeyboard.ActionEventListener, int) - Method in class com.datalogic.device.input.AdvancedKeyboard
Adds a listener to an action key event, registering to both press and release events.
addActionEventListener(AdvancedKeyboard.ActionEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Adds a listener to all action key events.
addBatteryEventListener(BatteryEventListener) - Method in class com.datalogic.device.battery.DLBatteryManager
Registers a BatteryEventListener to be notified of the BatteryManager events.
addDeinitListener(DeinitListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a DeinitListener to be notified when a event of Scanner de-initiliazion is triggered.
addFailureEventListener(CradleFailureEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Add a Failure listener used to be notify about failure events occurred on the Cradle.
addFrameCaptureListener(FrameCaptureListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a FrameCaptureListener to be notified when a frame capture event is triggered.
addFrameSaveListener(FrameSaveListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a FrameSaveListener to be notified when a frame save event is triggered.
addInitListener(InitListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a InitListener to be notified when a event of completed Scanner initialization is triggered.
addInsertionEventListener(CradleInsertionEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Add an Insertion listener used to be notify about insertion and extraction events from the Cradle.
addLayoutChangeEventListener(AdvancedKeyboard.LayoutChangeEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Adds a listener to layout change events.
addMultitapEventListener(AdvancedKeyboard.MultitapEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Adds a listener to multitap events.
addPackage(String) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Allows a package to show its own content on the 2nd Display.
addPresentationStateListener(PresentationStateListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a PresentationStateListener to be notified when a frame save event is triggered.
addReadListener(ReadListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a ReadListener to be notified when a read event is triggered.
addStartListener(StartListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a StartListener to be notified when a scan started event is triggered.
addStopListener(StopListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a StopListener to be notified when a scan stopped event is triggered.
addTimeoutListener(TimeoutListener) - Method in class com.datalogic.decode.BarcodeManager
Registers a TimeoutListener to be notified when a scan timeout event is triggered.
addUnlockEventListener(CradleUnlockEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle.
addUnlockKeyEventListener(CradleUnlockKeyEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Add an Unlock Key Event listener used to be notify about Unlock Key events occurred on the Cradle.
AdvancedKeyboard - Class in com.datalogic.device.input
Class exposing advanced keyboard methods.
AdvancedKeyboard.ActionEventListener - Interface in com.datalogic.device.input
Interface representing a listener of keyboard action events.
AdvancedKeyboard.Configuration - Class in com.datalogic.device.input
Class that stores the configuration related some keyboard parameters.
AdvancedKeyboard.Info - Class in com.datalogic.device.input
Class that stores the info related to the installed keyboard configuration.
AdvancedKeyboard.LayoutChangeEventListener - Interface in com.datalogic.device.input
Interface representing a listener of keyboard layout change events.
AdvancedKeyboard.LayoutNotificationType - Enum in com.datalogic.device.input
Enumerative representing the type of notification to use in order to represent visually the current layout in which the keyboard is.
AdvancedKeyboard.MultitapEventListener - Interface in com.datalogic.device.input
Interface representing a listener of keyboard multitap events.
AdvancedKeyboard.Overlay - Class in com.datalogic.device.input
Class that stores the info related to a keyboard overlay configuration.
AdvancedKeyboard.PersistenceType - Enum in com.datalogic.device.input
Enumerative representing the persistence type of the installed keyboard configuration.
AdvancedKeyboard.Property - Enum in com.datalogic.device.input
Read-only properties related to the currently configured keyboard.
AdvancedKeyboard.Resources - Class in com.datalogic.device.input
Class that stores the resources related to the installed keyboard configuration.
aggressiveness - Variable in class com.datalogic.decode.configuration.Code128
aggressiveness control the aggressiveness for the Code 128 symbology.
aggressiveness - Variable in class com.datalogic.decode.configuration.Msi
aggressiveness control the aggressiveness for the MSI symbology.
AIM_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
aimEnable - Variable in class com.datalogic.decode.configuration.ScannerOptions
aimEnable enables aim projection when capturing frames.
ALREADY_INSTALLED - Static variable in exception com.datalogic.device.app.PackageInstallerException
The application is already installed.
APK_NOT_CURRENT_APP - Static variable in exception com.datalogic.device.app.PackageInstallerException
Apk is not the appropriate to upgrade the current application.
APK_NOT_FOUND - Static variable in exception com.datalogic.device.app.AppManagerException
App not found.
APK_NOT_FOUND - Static variable in exception com.datalogic.device.app.PackageInstallerException
App not found.
APPLY_FAILED - Static variable in exception com.datalogic.device.configuration.ConfigException
The application to the device of the configuration failed.
AppManager - Class in com.datalogic.device.app
AppManager gives developers the ability to manage installed apllications.
AppManager(Context) - Constructor for class com.datalogic.device.app.AppManager
This is the constructor of AppManager.
AppManagerException - Exception in com.datalogic.device.app
This exception is used for AppManager related errors.
AppManagerException() - Constructor for exception com.datalogic.device.app.AppManagerException
Constructs an AppManagerException object.
AppManagerException(String) - Constructor for exception com.datalogic.device.app.AppManagerException
Constructs an GENERIC_ERROR AppManagerException object.
AppManagerException(String, int) - Constructor for exception com.datalogic.device.app.AppManagerException
Constructs an AppManagerException object that takes a int parameter containing the reason the exception was thrown.
AppManagerException(int) - Constructor for exception com.datalogic.device.app.AppManagerException
Constructs an AppManagerException object that takes a int parameter containing the reason the exception was thrown.
areExceptionsEnabled() - Static method in class com.datalogic.device.ErrorManager
Tells if the error signaling mechanism, base on exceptions, is enabled.
AUSTRALIAN_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
AUSTRALIAN_POST_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
AutoScanTrigger - Interface in com.datalogic.device.input
Interface representing a trigger that automatically executes a specific action (scan by default) when entering a defined range.
AutoScanTrigger.Range - Class in com.datalogic.device.input
Class representing a specific AutoScan range, constituted by an id and a name.
AvailableSourcePower - Enum in com.datalogic.cradle
Enumerative representing the Cradle Available Source Power Level depending on the cradle configuration.
Aztec - Class in com.datalogic.decode.configuration
Aztec is the class that configures the Aztec Code.
Aztec(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Aztec
This is the constructor of Aztec.
aztec - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Aztec barcode reading capabilities.
AZTEC_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
AZTEC_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
AZTEC_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
AZTEC_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
AZTEC_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
AZTEC_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 

B

bad_id_buffer - Variable in exception com.datalogic.device.configuration.ConfigException
The buffer of parameters IDs that caused error, returned by the Configuration Subsystem.
bad_id_length - Variable in exception com.datalogic.device.configuration.ConfigException
The length of bad_id_buffer returned by the Configuration Subsystem.
BARCODE_SCANNER_TYPE - Static variable in class com.datalogic.device.info.SYSTEM
Returns the type of the barcode scanner.
BARCODE_SERVICE_ERROR - Static variable in exception com.datalogic.decode.DecodeException
It is a Barcode Service error.
BARCODE_SERVICE_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
It is a Barcode Service error.
BarcodeDefaults - Class in com.datalogic.decode
BarcodeDefaults provides methods to retrieve default decoder properties.
BarcodeDefaults() - Constructor for class com.datalogic.decode.BarcodeDefaults
This is the constructor of BarcodeDefaults.
BarcodeID - Enum in com.datalogic.decode
BarcodeID is an enumeration class defining constants for different decoded barcode types.
BarcodeManager - Class in com.datalogic.decode
BarcodeManager gives developers access to decoder related methods of the device.
BarcodeManager() - Constructor for class com.datalogic.decode.BarcodeManager
This is the constructor of BarcodeManager.
BarcodeScannerType - Enum in com.datalogic.device.info
The BarcodeScannerType enumeration lists barcode scanner types.
BatteryEvent - Enum in com.datalogic.device.battery
Enumerative representing the battery events.
BatteryEventListener - Interface in com.datalogic.device.battery
This interface is used by the application to listen to battery events.
BatteryException - Exception in com.datalogic.device.battery
This exception is used for installer related errors.
BatteryException() - Constructor for exception com.datalogic.device.battery.BatteryException
Constructs an BatteryException object.
BatteryException(String) - Constructor for exception com.datalogic.device.battery.BatteryException
Constructs an BatteryException object that takes a String parameter containing the reason the exception was thrown.
BatteryException(String, int) - Constructor for exception com.datalogic.device.battery.BatteryException
Constructs an BatteryException object that takes a String parameter containing the reason the exception was thrown.
BatteryException(int) - Constructor for exception com.datalogic.device.battery.BatteryException
Constructs an BatteryException object that takes a String parameter containing the reason the exception was thrown.
BatteryInfo - Enum in com.datalogic.device.battery
The BatteryInfo enumeration is the class that includes the battery info.
BatteryStatus - Class in com.datalogic.device.battery
The BatteryStatus provides information related to the battery lifetime and realtime values.
BatteryStatus() - Constructor for class com.datalogic.device.battery.BatteryStatus
 
BeamMode - Enum in com.datalogic.decode.configuration
The BeamMode is an enumeration defining the operating beam mode.
blinkLed(Led, int, int, int, int) - Method in class com.datalogic.device.notification.LedManager
Blinking led method.
blinkLed(Led, int, int, int) - Method in class com.datalogic.device.notification.LedManager
Blinking led method.
BooleanProperty - Class in com.datalogic.device.configuration
BooleanProperty is the class that implements the property of type Boolean.
BooleanProperty(int) - Constructor for class com.datalogic.device.configuration.BooleanProperty
This is the constructor of BooleanProperty.
BOOT_TYPE - Static variable in class com.datalogic.device.info.SYSTEM
Returns the type of boot.
BootType - Enum in com.datalogic.device
The BootType enumeration defines the type of boot reason.
bottom - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Lower bound, proportional to the screen.
bottomPixels - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Lower bound, in pixels.

C

CapturedFrame - Class in com.datalogic.decode
CaptureFrame is a data structure passed by FrameCaptureListener.onFrameCapture to retrieve frame data from the decoder.
CapturedFrame() - Constructor for class com.datalogic.decode.CapturedFrame
 
category - Variable in class com.datalogic.decode.configuration.IntentWedge
category is the intent category name.
CharacterProperty - Class in com.datalogic.device.configuration
CharacterProperty is the class that implements the property of type Character.
CharacterProperty(int) - Constructor for class com.datalogic.device.configuration.CharacterProperty
This is the constructor of CharacterProperty.
characterSetMode - Variable in class com.datalogic.decode.configuration.Aztec
characterSetMode controls the character set in use for the decoded label.
CharacterSetMode - Enum in com.datalogic.decode.configuration
CharacterSetMode is an enumeration defining the different String encodings supported for certain symbologies of barcodes.
characterSetMode - Variable in class com.datalogic.decode.configuration.Datamatrix
characterSetMode controls the character set in use for the decoded label.
characterSetMode - Variable in class com.datalogic.decode.configuration.DotCode
characterSetMode controls the character set in use for the decoded label.
characterSetMode - Variable in class com.datalogic.decode.configuration.Micropdf417
characterSetMode controls the character set in use for the decoded label.
characterSetMode - Variable in class com.datalogic.decode.configuration.MicroQR
characterSetMode controls the character set in use for the decoded label.
characterSetMode - Variable in class com.datalogic.decode.configuration.Pdf417
characterSetMode controls the character set in use for the decoded label.
characterSetMode - Variable in class com.datalogic.decode.configuration.QRCode
characterSetMode controls the character set in use for the decoded label.
CHARGING_PROFILE_CAPACITY - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with capacity only preference.
CHARGING_PROFILE_CAPACITY_LIFETIME - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with capacity and lifetime preference.
CHARGING_PROFILE_CHARGING_SPEED - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with charging speed only preference.
CHARGING_PROFILE_CHARGING_SPEED_CAPACITY - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with charging speed and capacity preference.
CHARGING_PROFILE_CHARGING_SPEED_LIFETIME - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with charging speed and lifetime preference.
CHARGING_PROFILE_LIFETIME - Static variable in class com.datalogic.device.battery.ChargingProfile
Charging profile with lifetime only preference.
ChargingProfile - Class in com.datalogic.device.battery
The ChargingProfile represents a charging profile used by the DLBatteryManager to manage the charging preferences.
ChargingProfile() - Constructor for class com.datalogic.device.battery.ChargingProfile
 
checksum2Mod11 - Variable in class com.datalogic.decode.configuration.Msi
checksum2Mod11 allows to interpret the second check digit as module 11 instead of module 10.
clearAllMappings() - Method in class com.datalogic.device.input.KeyboardManager
Removes all the configured mappings.
clearCustomImage(ImageEnum) - Method in class com.datalogic.softspot.SoftSpot
Delete the custom image for the given ImageEnum.
It's icon will be changed back to the default number icons.
clearErrors() - Static method in class com.datalogic.device.ErrorManager
Clear and empty the internal buffer that is in charge to collect all the occurred errors.
clearMapping(VScanEntry) - Method in class com.datalogic.device.input.KeyboardManager
Removes a single active mapping.
clearWakeup(WakeupSource) - Method in class com.datalogic.device.power.PowerManager
This function allows clearing a wakeup source from those previously set.
clearWorkingArea() - Method in class com.datalogic.softspot.SoftSpot
Reset the working area to the whole screen.
closeSession() - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to execute the commands queued in the session.
Codabar - Class in com.datalogic.decode.configuration
Codabar is the class that configures the Codabar Symbology.
Codabar(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Codabar
This is the constructor of Codabar.
codabar - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Codabar barcode reading capabilities.
CODABAR_CLSI - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_ENABLE_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_SEND_START - Static variable in class com.datalogic.decode.PropertyID
 
CODABAR_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
Code128 - Class in com.datalogic.decode.configuration
Code128 is the class that configures the Code 128, GS1-128 and ISBT 128 Symbologies.
Code128(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Code128
This is the constructor of Code 128.
code128 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Code 128, GS1-128 and ISBT 128 barcode reading capabilities.
CODE128_AGGRESSIVENESS - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_GS1_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_GS1_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_SHORT_QUIET_ZONES - Static variable in class com.datalogic.decode.PropertyID
 
CODE128_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
Code128Aggressiveness - Enum in com.datalogic.decode.configuration
Code128Aggressiveness is an enumeration defining the allowed aggressive mode for Code 128 barcodes.
code128Reduced - Variable in class com.datalogic.decode.configuration.LinearQuietZones
code128Reduced enables the reading of Code 128 barcode labels with short quiet zones.
code32 - Variable in class com.datalogic.decode.configuration.Code39
code32 enables or disables the Code 32 symbology conversion.
CODE32_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODE32_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
code32_userID - Variable in class com.datalogic.decode.configuration.Code39
code32_userID specifies the Code 32 symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.
Code39 - Class in com.datalogic.decode.configuration
Code39 is the class that configures the Code39, Code32 and TriOptic Symbologies.
Code39(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Code39
This is the constructor of Code39.
code39 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Code 39, Code 32 and Tri-Optic barcode reading capabilities.
CODE39_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_ENABLE_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_FULL_ASCII - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_SHORT_QUIET_ZONES - Static variable in class com.datalogic.decode.PropertyID
 
CODE39_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
code39Reduced - Variable in class com.datalogic.decode.configuration.LinearQuietZones
code39Reduced enables the reading of Code 39 barcode labels with short quiet zones.
Code93 - Class in com.datalogic.decode.configuration
Code93 is the class that configures the Code 93 Symbology.
Code93(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Code93
This is the constructor of Code93.
code93 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Code 93 barcode reading capabilities.
CODE93_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
CODE93_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
CODE93_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
CODE93_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
CODE93_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
com.datalogic.cradle - package com.datalogic.cradle
 
com.datalogic.decode - package com.datalogic.decode
Provides basic classes to interact with the scanner.
com.datalogic.decode.configuration - package com.datalogic.decode.configuration
Contains high-level classes encapsulating the overall Datalogic device configuration model.
com.datalogic.device - package com.datalogic.device
This package contains sub packages capable of configuring and controlling completely the Datalogic device.
com.datalogic.device.app - package com.datalogic.device.app
 
com.datalogic.device.battery - package com.datalogic.device.battery
This package contains the DLBatteryManager used to read the battery data information and setup the preferred charging profile.
com.datalogic.device.configuration - package com.datalogic.device.configuration
This package contains model classes and interfaces to handle the different properties.
com.datalogic.device.display - package com.datalogic.device.display
 
com.datalogic.device.info - package com.datalogic.device.info
Provides classes to read and discover specific device capabilities and infos.
com.datalogic.device.input - package com.datalogic.device.input
Through the included classes it's possible to control and configure several input methods.
com.datalogic.device.location - package com.datalogic.device.location
Contains classes to manage the device localization capabilities.
com.datalogic.device.nfc - package com.datalogic.device.nfc
Support for managing the NFC chip.
com.datalogic.device.notification - package com.datalogic.device.notification
Provides access to notification mechanisms.
com.datalogic.device.power - package com.datalogic.device.power
Contains classes to manage device's power consumption.
com.datalogic.softspot - package com.datalogic.softspot
Provides basic classes and APIs to interact with SoftSpot technology.
commit() - Method in class com.datalogic.device.configuration.ConfigurationManager
Applies all the modified values since the last ConfigurationManager.commit() to the device and also commits them to the persistent storage.
COMMIT_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
An error occurred while saving the configuration.
commitProperties() - Method in class com.datalogic.decode.BarcodeManager
Saves the configuration.
commitProperties() - Method in interface com.datalogic.device.configuration.PropertyEditor
Saves the configuration.
commonlyConcatenatedPairs - Variable in class com.datalogic.decode.configuration.Code128
commonlyConcatenatedPairs allow the concatenation of common concatenated pairs.
Composite - Class in com.datalogic.decode.configuration
Composite is the class that configures the EAN.UCC Composite and GS1 Composite Symbologies.
Composite(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Composite
This is the constructor of Composite.
composite - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the GS1 Composite barcode reading capabilities.
COMPOSITE_EAN_UPC_MODE - Static variable in class com.datalogic.decode.PropertyID
 
COMPOSITE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
COMPOSITE_GS1_128_MODE - Static variable in class com.datalogic.decode.PropertyID
 
COMPOSITE_LINEAR_TRANSMISSION_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
COMPOSITE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
compositeEnable - Variable in class com.datalogic.decode.configuration.Ean13
compositeEnable allows to use EAN-13 labels in composite barcode.
compositeEnable - Variable in class com.datalogic.decode.configuration.Ean8
compositeEnable allows to use EAN-8 labels in composite barcode.
compositeEnable - Variable in class com.datalogic.decode.configuration.UpcA
compositeEnable allows to use UPC-A labels in composite barcode.
compositeEnable - Variable in class com.datalogic.decode.configuration.UpcE
compositeEnable allows to use UPC-E labels in composite barcode.
ConfigException - Exception in com.datalogic.device.configuration
ConfigException is used for configuration related errors.
ConfigException() - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object.
ConfigException(ConfigException) - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object.
ConfigException(String) - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object that takes a String parameter containing the reason the exception was thrown.
ConfigException(String, int) - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object that takes a String parameter containing the reason the exception was thrown.
ConfigException(int) - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object that takes a String parameter containing the reason the exception was thrown.
ConfigException(String, int[], int) - Constructor for exception com.datalogic.device.configuration.ConfigException
Constructs a ConfigException object that takes a String parameter containing the reason the exception was thrown.
ConfigurationChangeListener - Interface in com.datalogic.device.configuration
This interface is used by the application to listen to configuration changes.
ConfigurationManager - Class in com.datalogic.device.configuration
ConfigurationManager gives the developer the ability to browse and set the configuration properties of the device.
ConfigurationManager(Context) - Constructor for class com.datalogic.device.configuration.ConfigurationManager
This is the constructor of ConfigurationManager.
CONTEXT_UNKNOWN - Static variable in exception com.datalogic.device.battery.BatteryException
convertToCLSI - Variable in class com.datalogic.decode.configuration.Codabar
convertToCLSI restricts the decoding to only read labels that conform to CLSI specifications.
convertToEan13 - Variable in class com.datalogic.decode.configuration.Ean8
convertToEan13 allows to expand the EAN-8 labels to their EAN-13 equivalents.
convertToEan13 - Variable in class com.datalogic.decode.configuration.UpcA
convertToEan13 allows to expand the UPC-A labels to their EAN-13 equivalents.
convertToGs1_128 - Variable in class com.datalogic.decode.configuration.Composite
convertToGs1_128 convert the Composite label to a sequence of one or more GS1-128 barcodes.
convertToGs1_128 - Variable in class com.datalogic.decode.configuration.Gs1DataBar_14
convertToGs1_128 convert the Gs1DataBar_14 label to a GS1-128 barcode.
convertToGs1_128 - Variable in class com.datalogic.decode.configuration.Gs1DataBar_Expanded
convertToGs1_128 convert the Gs1DataBar_Expanded label to a sequence of one or more GS1-128 barcodes.
convertToGs1_128 - Variable in class com.datalogic.decode.configuration.Gs1DataBar_Limited
convertToGs1_128 convert the Gs1DataBar_Limited label to a GS1-128 barcode.
convertToISBN - Variable in class com.datalogic.decode.configuration.Ean13
convertToISBN allows to identify ISBN labels and append the check digit (per ISBN guidelines) to the end of the label.
convertToISSN - Variable in class com.datalogic.decode.configuration.Ean13
convertToISSN allows to identify ISSN labels and append the check digit (per ISSN guidelines) to the end of the label.
convertToUpcA - Variable in class com.datalogic.decode.configuration.UpcE
convertToUpcA allows to expand the UPC-E labels to their UPC-A equivalents.
CradleFailureEventListener - Interface in com.datalogic.cradle
This interface allows an the application to be notified about occured on the Cradle.The Failure notifies the listener about Cradle failures among Failure.FAILURE_BAD_LEVER_POSITION, Failure.FAILURE_SOLENOID_OVERTEMPERATURE, Failure.FAILURE_WLC_EOC_TIMEOUT, Failure.FAILURE_WLC_FOD, Failure.FAILURE_WLC_TX, Failure.FAILURE_WRONG_DAISY_CHAIN_CONFIG, or Failure.FAILURE_UNKNOWN (in case of errors).
CradleInsertionEventListener - Interface in com.datalogic.cradle
This interface allows an the application to be notified about insertion and extraction of the device from the Cradle.
CradleUnlockEventListener - Interface in com.datalogic.cradle
This interface allows an the application to be notified about Cradle Lever open event (device unlocked from the Cradle) and Cradle Lever closed event (device locked into the Cradle).
CradleUnlockKeyEventListener - Interface in com.datalogic.cradle
This interface allows an the application to be notified about insertion and extraction of the Unlock Key into/from the Cradle.
createSession(PackageInstallerListener) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to create a PackageInstallerSession object.
CUSTOM_IMAGE_CAPTURE_PROFILE - Static variable in class com.datalogic.decode.PropertyID
 
customImageCaptureProfile - Variable in class com.datalogic.decode.configuration.ScannerOptions
customImageCaptureProfile allows to define a custom profile.

D

D25_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
D25_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
D25_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
D25_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
D25_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
data - Variable in class com.datalogic.device.app.PackageInstallerResult
data application to be installed/upgraded/uninstalled.
Datamatrix - Class in com.datalogic.decode.configuration
Datamatrix is the class that configures the Data Matrix Symbology.
Datamatrix(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Datamatrix
This is the constructor of Datamatrix.
datamatrix - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Data Matrix barcode reading capabilities.
DATAMATRIX_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_MIRROR - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_OPERATING_MODE - Static variable in class com.datalogic.decode.PropertyID
 
DATAMATRIX_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
DatamatrixMirror - Enum in com.datalogic.decode.configuration
DatamatrixMirror is an enumeration defining the decoding mode for regular/mirror Data Matrix barcodes.
DatamatrixOpMode - Enum in com.datalogic.decode.configuration
DatamatrixOpMode is an enumeration defining the allowed operating mode for datamatrix barcodes.
DATE_AND_TIME_AUTO_TIME - Static variable in class com.datalogic.device.configuration.PropertyID
Value to specify if the user prefers the date, time and time zone to be automatically fetched from the network (NITZ).
DATE_AND_TIME_AUTO_TIME_ZONE - Static variable in class com.datalogic.device.configuration.PropertyID
Value to specify if the user prefers the time zone to be automatically fetched from the network (NITZ)
DATE_AND_TIME_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of Date and Time properties.
DATE_AND_TIME_NTP_SERVER - Static variable in class com.datalogic.device.configuration.PropertyID
Primary NTP server address that will be used if DATE_AND_TIME_AUTO_TIME is enabled.
DATE_AND_TIME_NTP_SERVER_2 - Static variable in class com.datalogic.device.configuration.PropertyID
Secondary NTP server address that will be used if DATE_AND_TIME_NTP_SERVER is not reacheable and DATE_AND_TIME_AUTO_TIME is enabled.
DATE_AND_TIME_NTP_TIMEOUT - Static variable in class com.datalogic.device.configuration.PropertyID
NTP server connection timeout expressed in milliseconds
DATE_AND_TIME_TIME_24H_FORMAT - Static variable in class com.datalogic.device.configuration.PropertyID
Display times in 24H format, if false display times in 12H format.
DATE_AND_TIME_TIMEZONE_ID - Static variable in class com.datalogic.device.configuration.PropertyID
Sets the system's persistent default time zone.
DATE_AND_TIME_UNKNOWN - Static variable in class com.datalogic.device.configuration.PropertyID
 
DECODE_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
DECODE_TIMEOUT - Static variable in class com.datalogic.decode.PropertyID
 
DecodedDuration - Enum in com.datalogic.softspot
DecodedDuration is an enumeration defining constants for the time periods SoftSpot can configured to display the decoded icon for.
DecodeException - Exception in com.datalogic.decode
DecodeException is used for decoder related errors.
DecodeException() - Constructor for exception com.datalogic.decode.DecodeException
Constructs a DecodeException object.
DecodeException(DecodeException) - Constructor for exception com.datalogic.decode.DecodeException
Constructs a DecodeException object.
DecodeException(String) - Constructor for exception com.datalogic.decode.DecodeException
Constructs a DecodeException object that takes a String parameter containing the reason the exception was thrown.
DecodeException(String, int) - Constructor for exception com.datalogic.decode.DecodeException
Constructs a DecodeException object that takes a String parameter containing the reason the exception was thrown.
DecodeException(int) - Constructor for exception com.datalogic.decode.DecodeException
Constructs a DecodeException object that takes a String parameter containing the reason the exception was thrown.
DECODER_BUSY_ERROR - Static variable in exception com.datalogic.decode.DecodeException
The scan engine is busy, cannot accept commands.
DECODER_BUSY_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
The scan engine is busy, cannot accept commands.
DECODER_CANNOT_START - Static variable in exception com.datalogic.decode.DecodeException
A scan session cannot be started because a condition is not met.
DECODER_NOT_AVAILABLE_ERROR - Static variable in exception com.datalogic.decode.DecodeException
The scan engine is not initialized or not connected.
DecodeResult - Interface in com.datalogic.decode
DecodeResult is an interface passed by ReadListener.onRead(DecodeResult) to retrieve scanned data from the decoder.
decodeTimeout - Variable in class com.datalogic.decode.configuration.ScannerOptions
decodeTimeout is the maximum time the scanner remains on without reading a barcode.
DecodingNotification - Class in com.datalogic.decode.configuration
DecodingNotification is the class that configures the notification to produce on a successful read .
DecodingNotification(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.DecodingNotification
This is the constructor of DecodingNotification.
DeinitListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the scan deinit event.
deliveryMode - Variable in class com.datalogic.decode.configuration.IntentWedge
deliveryMode indicates the method by which the intent is delivered.
DEVICE_IMAGE - Static variable in class com.datalogic.device.info.SYSTEM
Returns the device image.
DEVICE_SDK_VERSION - Static variable in class com.datalogic.device.info.SYSTEM
Returns a String indicating the installed Datalogic SDK version on the device.
DEVICE_SDK_VERSION_INT - Static variable in class com.datalogic.device.info.SYSTEM
Returns a number indicating the installed Datalogic SDK version on the device.
DEVICE_SERVICE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is a Device Service error.
DeviceException - Exception in com.datalogic.device
This exception is used for device related errors.
DeviceException() - Constructor for exception com.datalogic.device.DeviceException
Constructs a DeviceException object.
DeviceException(String) - Constructor for exception com.datalogic.device.DeviceException
Constructs a DeviceException object that takes a String parameter containing the reason the exception was thrown.
DeviceException(String, int) - Constructor for exception com.datalogic.device.DeviceException
Constructs a DeviceException object that takes a String parameter containing the reason the exception was thrown.
DeviceException(int) - Constructor for exception com.datalogic.device.DeviceException
Constructs a DeviceException object that takes a String parameter containing the reason the exception was thrown.
DeviceManager - Class in com.datalogic.device
This class provides access to control several device options.
Digimarc - Class in com.datalogic.decode.configuration
Digimarc® is the class that configures the Digimarc barcode ™ reading capability.
Digimarc(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Digimarc
This is the constructor of Digimarc.
digimarc - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Digimarc barcode ™ reading capabilities.
DIGIMARC_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
disableKey(VScanEntry, boolean) - Method in class com.datalogic.device.input.KeyboardManager
Disables completely a single physical key, through the VScanEntry data structure.
Discrete25 - Class in com.datalogic.decode.configuration
Discrete25 is the class that configures the Discrete 2/5 Symbology.
Discrete25(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Discrete25
This is the constructor of Discrete25.
discrete25 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Discrete 2 of 5 barcode reading capabilities.
DISPLAY_MODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
DISPLAY_NOTIFICATION_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
displayModeEnable - Variable in class com.datalogic.decode.configuration.ScannerOptions
displayModeEnable barcode illumination management for capturing frames from displys or reflective surfaces.
DisplayNotification - Class in com.datalogic.decode.configuration
DisplayNotification is the class that configures the Display Notification capability via a displaying message.
DisplayNotification(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.DisplayNotification
This is the constructor of DisplayNotification.
displayNotification - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for the display notification.
DLBatteryManager - Class in com.datalogic.device.battery
The DLBatteryManager allows to read specific battery parameters.
DLCradleManager - Class in com.datalogic.cradle
This class provides access to Cradle related methods of the device.
DLSecondDisplayManager - Class in com.datalogic.device.display
2nd Display is the LED display panel on the top of Datalogic Memor20 device, near to the ScanEngine.
dnotification - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for decoding notifications.
DNT_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
DotCode - Class in com.datalogic.decode.configuration
DotCode is the class that configures the Dot Code.
DotCode(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.DotCode
This is the constructor of DotCode.
dotcode - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the DotCode barcode reading capabilities.
DOTCODE_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
DOTCODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
DOTCODE_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
DOTCODE_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
DOTCODE_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
DOTCODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
DOUBLE_READ_TIMEOUT - Static variable in class com.datalogic.decode.PropertyID
 
doubleReadTimeout - Variable in class com.datalogic.decode.configuration.ScannerOptions
doubleReadTimeout is the minimum time allowed between reads of the same barcode label.

E

Ean13 - Class in com.datalogic.decode.configuration
Ean13 is the class that configures the EAN-13 Symbology.
Ean13(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Ean13
This is the constructor of Ean13.
ean13 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the EAN-13 barcode reading capabilities.
EAN13_COMPOSITE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_SEND_SYS - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_TO_ISBN - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_TO_ISSN - Static variable in class com.datalogic.decode.PropertyID
 
EAN13_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
Ean8 - Class in com.datalogic.decode.configuration
Ean8 is the class that configures the EAN-8 Symbology.
Ean8(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Ean8
This is the constructor of Ean8.
ean8 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the EAN-8 barcode reading capabilities.
EAN8_COMPOSITE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
EAN8_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
EAN8_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
EAN8_TO_EAN13 - Static variable in class com.datalogic.decode.PropertyID
 
EAN8_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
EAN_EXT_ENABLE_2_DIGIT - Static variable in class com.datalogic.decode.PropertyID
 
EAN_EXT_ENABLE_5_DIGIT - Static variable in class com.datalogic.decode.PropertyID
 
EAN_EXT_REQUIRE - Static variable in class com.datalogic.decode.PropertyID
 
ECI_POLICY - Static variable in class com.datalogic.decode.PropertyID
 
ECIPolicy - Enum in com.datalogic.decode.configuration
The ECIPolicy is an enumeration defining the policy for the ECI protocoll.
eciPolicy - Variable in class com.datalogic.decode.configuration.Formatting
eciPolicy selects the policy used to handle ECI.
edit(PropertyGetter) - Static method in class com.datalogic.decode.configuration.ScannerProperties
Returns all the ScannerProperties initialized with the actual values.
EMPTY_LIST - Static variable in exception com.datalogic.device.app.AppManagerException
The passed list is empty.
EMPTY_LIST - Static variable in exception com.datalogic.device.app.PackageInstallerException
The passed list is empty.
enable - Variable in class com.datalogic.decode.configuration.Digimarc
enable activates the Digimarc barcode ™ reading functionalities.
enable - Variable in class com.datalogic.decode.configuration.DisplayNotification
enable activates the notification mechanism.
enable - Variable in class com.datalogic.decode.configuration.FrameCaptureConfiguration
enable sets the intent mode.
enable - Variable in class com.datalogic.decode.configuration.IntentWedge
enable sets the intent mode.
enable - Variable in class com.datalogic.decode.configuration.KeyboardWedge
enable enables the keystroke mode.
enable - Variable in class com.datalogic.decode.configuration.MultiScan
enable activates the Multi Scan.
enable - Variable in class com.datalogic.decode.configuration.WebWedge
enable activates the direct web browsing.
enable2Digit - Variable in class com.datalogic.decode.configuration.UpcEanExtensions
enable2Digit requires a 2 digit extension to be verified for a successful decode of a label.
enable5Digit - Variable in class com.datalogic.decode.configuration.UpcEanExtensions
enable5Digit requires a 5 digit extension to be verified for a successful decode of a label
enableAllSymbologies(boolean) - Method in class com.datalogic.decode.BarcodeManager
Enables or disables all supported symbologies.
enableChecksum - Variable in class com.datalogic.decode.configuration.Codabar
enableChecksum requires the use of checksum characters to verify a barcode.
enableChecksum - Variable in class com.datalogic.decode.configuration.Code39
enableChecksum requires the use of checksum characters to verify a barcode.
enableChecksum - Variable in class com.datalogic.decode.configuration.Interleaved25
enableChecksum requires the use of checksum characters to verify a barcode.
enableExceptions(boolean) - Static method in class com.datalogic.device.ErrorManager
Enables the exception notification system.
enableNfcAdapter(boolean) - Method in class com.datalogic.device.nfc.NfcManager
Enables the nfc adapter.
enableSymbology(Symbology, boolean) - Method in class com.datalogic.decode.BarcodeManager
Enables or disables a barcode symbology type.
EnumProperty<E extends java.lang.Enum<E>> - Class in com.datalogic.device.configuration
EnumProperty is the class that implements the property of type Enum.
EnumProperty(int) - Constructor for class com.datalogic.device.configuration.EnumProperty
Constructor
error_number - Variable in exception com.datalogic.decode.DecodeException
The error number returned by the Decoding Subsystem.
error_number - Variable in exception com.datalogic.device.app.AppManagerException
The error number returned by the Installer's system services.
error_number - Variable in exception com.datalogic.device.app.PackageInstallerException
The error number returned by the Installer's system services.
error_number - Variable in exception com.datalogic.device.battery.BatteryException
The error number returned by the Installer's system services.
error_number - Variable in exception com.datalogic.device.configuration.ConfigException
The error number returned by the Configuration Subsystem.
error_number - Variable in exception com.datalogic.device.DeviceException
The error number returned by the Device's system services.
ErrorManager - Class in com.datalogic.device
This class provides access to error configuration related methods of the device.
ErrorManager() - Constructor for class com.datalogic.device.ErrorManager
 
event - Variable in class com.datalogic.device.app.PackageInstallerResult
event type of the event, value from PackageInstallerEvent.
EXTERNAL_FORMATTING_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
EXTERNAL_FORMATTING_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
externalFormatting - Variable in class com.datalogic.decode.configuration.Formatting
externalFormatting enables the external formatting service.
EXTRA_BARCODE_DATA - Static variable in class com.datalogic.decode.configuration.IntentWedge
When the IntentWedge is sent to a listening application, the decoded label is dispatched under a specific byte array extra with the following name, by default.
EXTRA_BARCODE_STRING - Static variable in class com.datalogic.decode.configuration.IntentWedge
When the IntentWedge is sent to a listening application, the decoded label is dispatched under a specific String extra with the following name, by default.
EXTRA_BARCODE_TYPE - Static variable in class com.datalogic.decode.configuration.IntentWedge
When the IntentWedge is sent to a listening application, the decoded label type is dispatched under a specific String extra with the following name, by default.
EXTRA_DEVICE_ID - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: integer containing the device ID number.
EXTRA_DEVICE_NAME - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: String containing the device name.
EXTRA_FW_VERSION - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: String containing the device firmware version.
EXTRA_HW_REVISION - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: integer containing the device hardware revision.
EXTRA_SCAN_ENGINE - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: String containing the device's scan engine module ID.
EXTRA_SDK_VERSION - Static variable in class com.datalogic.device.info.SYSTEM.Version
Extra for SYSTEM.Version.ACTION_DEVICE_INFO: String containing the device Datalogic SDK version.
extraBarcodeData - Variable in class com.datalogic.decode.configuration.IntentWedge
extraBarcodeData indicates the corresponding intent extra tag, associated to a byte array containing the read label.
extraBarcodeString - Variable in class com.datalogic.decode.configuration.IntentWedge
extraBarcodeString indicates the corresponding intent extra tag, associated to a string containing the read label.
extraBarcodeType - Variable in class com.datalogic.decode.configuration.IntentWedge
extraBarcodeType indicates the corresponding intent extra tag, associated to a string containing the type of read label.

F

Failure - Enum in com.datalogic.cradle
This enum lists failures managed by the Cradle.
FAILURE - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE.
FAILURE_ABORTED - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_ABORTED.
FAILURE_BLOCKED - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_BLOCKED.
FAILURE_CONFLICT - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_CONFLICT.
FAILURE_INCOMPATIBLE - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_INCOMPATIBLE.
FAILURE_INVALID - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_INVALID.
FAILURE_STORAGE - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_STORAGE.
filePath - Variable in class com.datalogic.decode.configuration.FrameCaptureConfiguration
filePath indicates the directory where will be stored the frames saved by the Scanner.
findPropertybyId(ArrayList<Property>, int) - Static method in class com.datalogic.device.configuration.Property
Deprecated.
no more to be used
FirmwareUpdatePolicy - Enum in com.datalogic.device
Enumerative representing the Policy to update the Cradle Firmware.
firmwareUpgrade(String, long) - Method in class com.datalogic.cradle.DLCradleManager
Performs Cradle Firmware update procedure.
FN1 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 1.
FN2 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 2.
FN3 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 3.
FN4 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 4.
FN5 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 5.
FN6 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 6.
FN7 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 7.
FN8 - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that changes the current layout to layout 8.
forceStopPackage(String) - Method in class com.datalogic.device.app.AppManager
Call this method to stop an application.
format - Variable in class com.datalogic.decode.configuration.FrameCaptureConfiguration
format selects the format used for storing the frames captured by the Scanner.
format - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for formatting functionalities.
Formatting - Class in com.datalogic.decode.configuration
Formatting is the class that configures the properties related to barcode text formatting.
Formatting(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Formatting
This is the constructor of Formatting.
FRAME_CAPTURE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
FRAME_CAPTURE_FILE_PATH - Static variable in class com.datalogic.decode.PropertyID
 
FRAME_CAPTURE_FORMAT - Static variable in class com.datalogic.decode.PropertyID
 
FRAME_CAPTURE_MODE - Static variable in class com.datalogic.decode.PropertyID
 
FRAME_CAPTURE_STORAGE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
FrameCaptureConfiguration - Class in com.datalogic.decode.configuration
FrameCaptureConfiguration is the class that configures the scanner to capture store and provide frames.
FrameCaptureConfiguration(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.FrameCaptureConfiguration
This is the constructor of FrameCaptureConfiguration.
frameCaptureConfiguration - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the frame capture feature.
FrameCaptureFormat - Enum in com.datalogic.decode.configuration
The FrameCaptureFileType is an enumeration defining the file type for the frames captured by the Scanner.
FrameCaptureListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the decoder's frame capture event.
FrameCaptureMode - Enum in com.datalogic.decode.configuration
The FrameCaptureMode is an enumeration defining the operating frame capture mode.
FrameSaveListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the decoder's frame save event.
fromInt(int) - Static method in enum com.datalogic.cradle.AvailableSourcePower
Retrieves the corresponding AvailableSourcePower value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.cradle.Failure
Retrieves the corresponding Failure value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.cradle.InsertionState
Retrieves the corresponding InsertionState value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.cradle.LeverStatus
Retrieves the corresponding LeverStatus value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.cradle.Type
Retrieves the corresponding Type value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.cradle.UnlockKeyStatus
Retrieves the corresponding UnlockKeyStatus value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Direction
Retrieves the corresponding property direction value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Type
Retrieves the corresponding property type value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Type
Retrieves the corresponding item type value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.decode.VisualFormatter.PersistenceType
Retrieves the corresponding PersistenceType value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.battery.BatteryEvent
Retrieves the corresponding BatteryEvent value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.battery.BatteryInfo
Retrieves the corresponding BatteryInfo value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.configuration.WifiPowerSave
Retrieves the corresponding WifiPowerSave value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.display.TimeoutSleep
Retrieves the corresponding TimeoutSleep value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.FirmwareUpdatePolicy
Retrieves the corresponding FirmwareUpdatePolicy value, from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType
Retrieves the corresponding LayoutNotificationType value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.PersistenceType
Retrieves the corresponding PersistenceType value from a valid integer.
fromInt(int) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.Property
Retrieves the corresponding Property value from a valid integer.
fromOrdinal(int) - Static method in enum com.datalogic.decode.configuration.FrameCaptureFormat
 
fromOrdinal(int) - Static method in enum com.datalogic.decode.configuration.FrameCaptureMode
 
fromOrdinal(int) - Static method in enum com.datalogic.device.configuration.Wifi802Dot11Mode
Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.
fromOrdinal(int) - Static method in enum com.datalogic.device.configuration.WifiBandSelection
Retrieves the corresponding WifiBandSelection value, from a valid integer.
fromSeconds(int) - Static method in enum com.datalogic.device.power.SuspendTimeout
Converts an amount of seconds to the right SuspendTimeout value, if available.
fullAscii - Variable in class com.datalogic.decode.configuration.Code39
fullAscii enables or disables the Full Ascii conversion.

G

GENERIC_ERROR - Static variable in exception com.datalogic.decode.DecodeException
Generic error, mostly due to a wrong parameter passed to a SDK method.
GENERIC_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
Generic error, mostly due to a wrong parameter passed to a SDK method.
GENERIC_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
Generic error, mostly due to a wrong parameter passed to a SDK method.
GENERIC_ERROR - Static variable in exception com.datalogic.device.battery.BatteryException
Generic error, mostly due to a wrong parameter passed to a SDK method.
GENERIC_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
Generic error, mostly due to a wrong parameter passed to a SDK method.
GENERIC_ERROR - Static variable in exception com.datalogic.device.DeviceException
Generic error, mostly due to a wrong parameter passed to a SDK method.
get() - Method in class com.datalogic.device.configuration.Property
Gets the current value of the Property.
getActiveItem() - Method in class com.datalogic.decode.VisualFormatter
Gets the currently active item if any, or null otherwise.
getAdvancedKeyboard() - Method in class com.datalogic.device.input.KeyboardManager
Returns the AdvancedKeyboard object, which can be used to customize the keyboard configuration, read info about the currently installed keyboard and listen to some keyboard events.
getAllowedPackages() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Returns the list of allowed packages to show own Android notifications on the 2nd Display.
getAuthor() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item author.
getAuthor() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the author of the currently installed keyboard configuration.
getAuthor() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the author of the keyboard overlay.
getAvailableSourcePowerLevel() - Method in class com.datalogic.cradle.DLCradleManager
Returns the available source power to charge the Device into the Cradle as instance of AvailableSourcePower.
getAvailableTriggers() - Method in class com.datalogic.device.input.KeyboardManager
Returns the available triggers in the device.
getBacklightBrightness() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Gets the keyboard backlight brightness.
getBacklightTimeout() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Gets the keyboard backlight timeout in milliseconds.
getBarcodeID() - Method in interface com.datalogic.decode.DecodeResult
Returns the BarcodeID of the read data.
getBatteryStateOfHealth() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the percentage of the state of health of the battery.
getBatteryStatus() - Method in class com.datalogic.device.battery.DLBatteryManager
Reads the battery status.
getBrightness() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Return an integer value that represents the brightness percentage level on 2nd display
getCapacityFull() - Method in class com.datalogic.device.battery.BatteryStatus
Returns last remembered value of charge in when battery became full/empty.
getCapacityRemaining() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the instantaneous value of the remaining available capacity of the battery.
getChargeCurrentMax() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the maximum current recorded by the battery.
getConfiguration() - Method in class com.datalogic.device.input.AdvancedKeyboard
Gets the configuration related to some keyboard parameters.
getCurrentChargingProfile() - Method in class com.datalogic.device.battery.DLBatteryManager
Gets the current charging profile setup in this device.
getCurrentLayoutIndex() - Method in class com.datalogic.device.input.AdvancedKeyboard
Gets the index of the current layout in which the keyboard is.
getCurrentRange() - Method in interface com.datalogic.device.input.AutoScanTrigger
Gets the currently set range between the ones supported.
getCurrentSensitivity() - Method in interface com.datalogic.device.input.MotionTrigger
Gets the currently set sensitivity between the ones supported.
getData() - Method in class com.datalogic.decode.CapturedFrame
Returns the frame as byte array
getDate() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item creation date.
getDate() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the creation date of the currently installed keyboard configuration.
getDate() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the creation date of the keyboard overlay.
getDefaultValue() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property default value.
getDescription() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item description.
getDescription() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property description.
getDescription() - Method in class com.datalogic.device.battery.ChargingProfile
Returns the description of this charging profile.
getDescription() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the description of the currently installed keyboard configuration.
getDescription() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the description of the keyboard overlay.
getDirection() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property direction.
getDischargeCurrentMax() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the maximum discharge current recorded by the battery.
getEnum() - Method in class com.datalogic.device.configuration.EnumProperty
Returns the class object corresponding to the Enum
getErrors() - Static method in class com.datalogic.device.ErrorManager
Provides a List containing all the errors occurred, since the last ErrorManager.clearErrors() invocation.
getFeatureLevel() - Method in class com.datalogic.decode.VisualFormatter
Gets the Visual Formatter feature level.
getFileName() - Method in class com.datalogic.decode.VisualFormatter.Item
 
getFirmwareUpdatePolicy() - Method in class com.datalogic.device.DeviceManager
Retrieves the current policy for Cradle firmware updates, when a firmware is avalable in the device.
getFormat() - Method in class com.datalogic.decode.CapturedFrame
Returns the format of the frame as FrameCaptureFormat
getFormat() - Method in class com.datalogic.decode.SavedFrame
Returns the format of the frame as FrameCaptureFormat
getFullCapacityDesign() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the battery full design capacity (in MAh).
getGroups() - Method in class com.datalogic.device.configuration.PropertyGroup
Returns the property groups contained in this group, not in the whole subtree.
getHeight() - Method in class com.datalogic.decode.CapturedFrame
Returns the height of the frame
getHeight() - Method in class com.datalogic.decode.SavedFrame
Returns the height of the frame
getId() - Method in class com.datalogic.decode.VisualFormatter.Item
 
getId() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property id that uniquely identifies this property.
getId() - Method in class com.datalogic.device.battery.ChargingProfile
Returns the charging profile ID.
getId() - Method in class com.datalogic.device.configuration.Property
Gets the integer value of the unique identifier PropertyID of the property.
getId() - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the integer value of the unique identifier PropertyGroupID of the group.
getId() - Method in class com.datalogic.device.input.AutoScanTrigger.Range
Gets the range ID.
getId() - Method in class com.datalogic.device.input.MotionTrigger.Sensitivity
Gets the sensitivity ID.
getId() - Method in interface com.datalogic.device.input.Trigger
Return the unique ID associated with the trigger.
getImage() - Method in class com.datalogic.device.input.AdvancedKeyboard.Resources
Gets the keyboard image stored in the configuration, as a byte array.
getImage(ActionType, ImageState) - Method in class com.datalogic.softspot.SoftSpot
Get the image in use for the given ActionType and ImageState values.
getImageFormat() - Method in class com.datalogic.device.input.AdvancedKeyboard.Resources
Gets the image format.
getInfo() - Method in class com.datalogic.device.input.AdvancedKeyboard
Gets the info related to the installed keyboard configuration.
getInsertionState() - Method in class com.datalogic.cradle.DLCradleManager
Returns the position of the Device related to the Cradle as instance of InsertionState.
getInstance() - Static method in class com.datalogic.cradle.DLCradleManager
Returns an instance of the DLCradleManager.
getInstance() - Static method in class com.datalogic.decode.VisualFormatter
Gets an instance of the VisualFormatter, if it is supported but the platform.
getInstance() - Static method in class com.datalogic.device.battery.DLBatteryManager
Returns an instance of the DLBatteryManager.
getInstance() - Static method in class com.datalogic.device.DeviceManager
Returns an instance of the DeviceManager.
getInstance() - Static method in class com.datalogic.device.display.DLSecondDisplayManager
Returns an instance of the DLSecondDisplayManager.
getIntent(VScanEntry) - Method in class com.datalogic.device.input.KeyboardManager
Returns current mapping between a physical key and an Intent.
getIntProperty(BatteryInfo) - Method in class com.datalogic.device.battery.DLBatteryManager
Reads the integer value of a specific battery property.
getIntProperty(AdvancedKeyboard.Property) - Method in class com.datalogic.device.input.AdvancedKeyboard
Reads an integer property.
getItems() - Method in class com.datalogic.decode.VisualFormatter
Lists all available formatting items.
getJson() - Method in class com.datalogic.device.input.AdvancedKeyboard.Resources
Gets the full keyboard configuration as a JSON string.
getKeyboardLayout() - Static method in class com.datalogic.device.input.KeyboardManager
Returns the physical keyboard layout.
getKeyCode(VScanEntry) - Method in class com.datalogic.device.input.KeyboardManager
Returns current mapping between a physical scan code key and an Android key code.
getKeyCode() - Method in class com.datalogic.device.input.KeyCodeEntry
Gets the internal Android KeyCode value.
getLastError() - Static method in class com.datalogic.device.ErrorManager
Provides more informations regarding the last error occurred.
getLayoutNotificationType() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Gets the layout notification type.
getLeverStatus() - Method in class com.datalogic.cradle.DLCradleManager
Returns the current position related to the Cradle lever.
getLockState() - Method in class com.datalogic.softspot.SoftSpot
Get current lock state (can I move it around the screen on finger drag?)
getManufacturer() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the manufacturer name of the battery.
getManufacturerInfo() - Method in class com.datalogic.device.battery.DLBatteryManager
Reads the battery manufacturer info.
getMappedIntents() - Method in class com.datalogic.device.input.KeyboardManager
Provides a Map< VScanEntry, android.content.Intent > containing all the stored and active Android Intent mappings.
getMappedKeyCodes() - Method in class com.datalogic.device.input.KeyboardManager
Provides a Map< VScanEntry, KeyCodeEntry> containing all the stored and active Android key codes mappings.
getMappedUnicodes() - Method in class com.datalogic.device.input.KeyboardManager
Provides a Map< VScanEntry, Character> containing all the stored and active Character mappings.
getMax() - Method in class com.datalogic.device.configuration.NumericProperty
Get max limit
getMetaState() - Method in class com.datalogic.device.input.KeyCodeEntry
Gets the internal Android meta state value.
getMin() - Method in class com.datalogic.device.configuration.NumericProperty
Get min limit
getMode() - Method in class com.datalogic.decode.CapturedFrame
Returns the capture mode of the frame as FrameCaptureMode
getMode() - Method in class com.datalogic.decode.SavedFrame
Returns the capture mode of the frame as FrameCaptureMode
getModelName() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the battery model name in String form.
getMultitapDelay() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Gets the keyboard multitap delay used to define after how much time from the first multitap key press the associated character will be submitted to the UI.
getName() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item name.
getName() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property name.
getName() - Method in class com.datalogic.device.battery.ChargingProfile
Returns the charging profile name.
getName() - Method in class com.datalogic.device.configuration.Property
Gets the name of the unique identifier PropertyID of the property.
getName() - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the name of the unique identifierPropertyGroupID of the group.
getName() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the name of the currently installed keyboard configuration.
getName() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the name of the keyboard overlay.
getName() - Method in class com.datalogic.device.input.AutoScanTrigger.Range
Gets the range name.
getName() - Method in class com.datalogic.device.input.MotionTrigger.Sensitivity
Gets the sensitivity name.
getName() - Method in interface com.datalogic.device.input.Trigger
Return the name associated with the trigger.
getNewAppEnabled() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Return a boolean value that represents if new Apps will show notifications on 2nd display
getOverlays() - Method in class com.datalogic.device.input.AdvancedKeyboard
Gets the currently available keyboard overlays.
getPath() - Method in class com.datalogic.decode.SavedFrame
Returns the path where the frame is saved
getPersistenceType() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item persistence type.
getPersistenceType() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the persistence type of the currently installed keyboard configuration.
getPosition() - Method in class com.datalogic.softspot.SoftSpot
Current X/Y position
getPositionMax() - Method in class com.datalogic.softspot.SoftSpot
Maximum X/Y position
Changing scale will change this value.
getPositionMin() - Method in class com.datalogic.softspot.SoftSpot
Minimum X/Y position
Changing scale will change this value.
getProductionMonth() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the month of production of the battery.
getProductionWeek() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the week of production of the battery.
getProductionYear() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the year of production of the battery.
getProductNumber() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the battery product number.
getProjectId() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the id of the project the item belongs to.
getProjectName() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the name of the project the item belongs to.
getProperties() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item properties.
getProperties() - Method in class com.datalogic.device.configuration.PropertyGroup
Returns the properties contained in this group, not in the whole subtree.
getPropertyAvailability(int[], boolean[]) - Method in class com.datalogic.decode.BarcodeDefaults
Retrieves the availability, the support, for the passed programming parameters.
getPropertyAvailability(int[], boolean[]) - Method in class com.datalogic.decode.BarcodeManager
Retrieves the availability, the support, for the passed programming parameters.
getPropertyAvailability(int[], boolean[]) - Method in interface com.datalogic.device.configuration.PropertyGetter
Retrieves the availability, the support, for the passed programming parameters.
getPropertyById(int) - Method in class com.datalogic.device.configuration.ConfigurationManager
Returns the Property whose identifier has the given integer value PropertyID.
getPropertyById(int) - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the Property, belonging to this group's subtree, whose identifier has the given integer value in PropertyID.
getPropertyByName(String) - Method in class com.datalogic.device.configuration.ConfigurationManager
Gets theProperty whose identifier has the integer value defined by the given constant PropertyID.
getPropertyByName(String) - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the Property, belonging to this group's subtree, whose identifier has the integer value defined by the given string in PropertyID.
getPropertyGroupById(int) - Method in class com.datalogic.device.configuration.ConfigurationManager
Gets the PropertyGroup whose identifier has the given integer value PropertyGroupID.
getPropertyGroupById(int) - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the PropertyGroup, belonging to this group's subtree, whose identifier has the given integer value in PropertyGroupID.
getPropertyGroupByName(String) - Method in class com.datalogic.device.configuration.ConfigurationManager
Gets the PropertyGroup whose identifier has the integer value defined by the given string PropertyGroupID.
getPropertyGroupByName(String) - Method in class com.datalogic.device.configuration.PropertyGroup
Gets the PropertyGroup, belonging to this group's subtree, whose identifier has the integer value defined by the given string in PropertyGroupID.
getPropertyInts(int[], int[]) - Method in class com.datalogic.decode.BarcodeDefaults
Retrieves the default Property integer values associated to specific IDs.
getPropertyInts(int[], int[]) - Method in class com.datalogic.decode.BarcodeManager
Gets one or more label programming parameters of type Integer.
getPropertyInts(int[], int[]) - Method in interface com.datalogic.device.configuration.PropertyGetter
Gets one or more label programming parameters of type Integer.
getPropertyRanges(int[], int[][]) - Method in class com.datalogic.decode.BarcodeDefaults
Gets one or more property ranges for the passed programming parameters.
getPropertyRanges(int[], int[][]) - Method in class com.datalogic.decode.BarcodeManager
Gets one or more property ranges for the passed programming parameters.
getPropertyRanges(int[], int[][]) - Method in interface com.datalogic.device.configuration.PropertyGetter
Gets one or more property ranges for the passed programming parameters.
getPropertyStrings(int[], String[]) - Method in class com.datalogic.decode.BarcodeDefaults
Retrieves the default Property String values associated to specific IDs.
getPropertyStrings(int[], String[]) - Method in class com.datalogic.decode.BarcodeManager
Gets one or more label programming parameters of type String.
getPropertyStrings(int[], String[]) - Method in interface com.datalogic.device.configuration.PropertyGetter
Gets one or more label programming parameters of type String.
getRawData() - Method in interface com.datalogic.decode.DecodeResult
Returns the raw decoded data result from scanner as a byte array.
getRebootReason() - Method in class com.datalogic.device.power.PowerManager
This function allows to know the reason of last device power-off.
getResources() - Method in class com.datalogic.device.input.AdvancedKeyboard
Gets the resources related to the installed keyboard configuration.
getRevision() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item revision.
getRevision() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the revision of the currently installed keyboard configuration.
getRevision() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the revision of the keyboard overlay.
getRotateEnabled() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Return a boolean value that represents if rotation is enabled on 2nd display
getRotationSpeed() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Return an enum that represents 2nd display rotation speed
getScale() - Method in class com.datalogic.softspot.SoftSpot
Current scale multiplier
getScaleMax() - Method in class com.datalogic.softspot.SoftSpot
Maximum scale multiplier
getScaleMin() - Method in class com.datalogic.softspot.SoftSpot
Minimum scale multiplier
getScanCode() - Method in interface com.datalogic.device.input.Trigger
Return the unique scan code associated with the trigger.
getSerialNumber() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the battery serial number.
getStringProperty(BatteryInfo) - Method in class com.datalogic.device.battery.DLBatteryManager
Reads the String value of a specific battery property.
getStringProperty(AdvancedKeyboard.Property) - Method in class com.datalogic.device.input.AdvancedKeyboard
Reads a string property.
getSupportedChargingProfiles() - Method in class com.datalogic.device.battery.DLBatteryManager
Gets the supported charging profiles in this device.
getSupportedRanges() - Method in interface com.datalogic.device.input.AutoScanTrigger
Returns the list of supported ranges.
getSupportedSensitivities() - Method in interface com.datalogic.device.input.MotionTrigger
Returns the list of supported sensitivities.
getSuspendTimeout(boolean) - Method in class com.datalogic.device.power.PowerManager
This function allows to get the device screen off timeout before automatic suspension.
getSwitchOffTimeout() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Return an enum that represents 2nd display switch-off timeout
getTechnology() - Method in class com.datalogic.device.battery.ManufacturerInfo
Returns the battery technology in String form.
getTemperatureMax() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the maximum temperature recorded by the battery.
getTemperatureMin() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the minimum temperature recorded by the battery.
getText() - Method in interface com.datalogic.decode.DecodeResult
Returns the decoded result as a formatted String.
getTimeout() - Method in class com.datalogic.decode.VisualFormatter
Gets the Visual Formatter script execution timeout.
getTimestamp() - Method in class com.datalogic.decode.CapturedFrame
Returns the timestamp of when the frame was captured
getTimestamp() - Method in class com.datalogic.decode.SavedFrame
Returns the timestamp of when the frame was captured
getTimeToEmpty() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the time left for battery to be considered empty.
getTotalDischarge() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the total amount of discharge current caused the charging cycles of the battery.
getTreeRoot() - Method in class com.datalogic.device.configuration.ConfigurationManager
Returns the PropertyGroup root of the tree of Propertys of the configuration.
getType() - Method in class com.datalogic.cradle.DLCradleManager
Returns the Cradle type.
getType() - Method in class com.datalogic.decode.VisualFormatter.Item
Returns the item type.
getType() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property type.
getType() - Method in class com.datalogic.device.configuration.Property
Gets the type of the Property.
getUnicode(VScanEntry) - Method in class com.datalogic.device.input.KeyboardManager
Returns current mapping between a physical key and a unicode character.
getUnlockKeyStatus() - Method in class com.datalogic.cradle.DLCradleManager
Returns the current position related to the unlock key.
getValue() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Returns the property current value.
getVersion() - Method in class com.datalogic.decode.VisualFormatter.Item
 
getVersion() - Method in class com.datalogic.device.input.AdvancedKeyboard.Info
Gets the version of the currently installed keyboard configuration.
getVersion() - Method in class com.datalogic.device.input.AdvancedKeyboard.Overlay
Gets the version of the keyboard overlay.
getVersions() - Static method in class com.datalogic.device.info.SYSTEM
This function returns system component version.
getVibrator() - Method in class com.datalogic.softspot.SoftSpot
Is vibration enabled when using SoftSpot?
getVoltageMax() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the maximum voltage recorded by the battery.
getVoltageMin() - Method in class com.datalogic.device.battery.BatteryStatus
Returns the value of the minimum voltage recorded by the battery.
getVScanCode() - Method in class com.datalogic.device.input.VScanEntry
Gets the internal VScan code value.
getWakeupReason() - Method in class com.datalogic.device.power.PowerManager
This function allows to know the source of the last wakeup.
getWidth() - Method in class com.datalogic.decode.CapturedFrame
Returns the width of the frame
getWidth() - Method in class com.datalogic.decode.SavedFrame
Returns the width of the frame
getWorkingArea() - Method in class com.datalogic.softspot.SoftSpot
Get Area that SoftSpot can move within
GOOD_READ_AUDIO_CHANNEL - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_AUDIO_FILE - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_AUDIO_MODE - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_AUDIO_TONE - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_AUDIO_VOLUME - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_COUNT - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_DURATION - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_INTERVAL - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_LED_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GOOD_READ_VIBRATE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GoodRead - Class in com.datalogic.decode.configuration
GoodRead is the class that configures which type of notification is activated on a successful read.
GoodRead(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.GoodRead
This is the constructor of GoodRead.
goodread - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for good read notifications.
goodReadAudioChannel - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadAudioChannel selects the audio channel to use for the scanner notification.
goodReadAudioFile - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadAudioFile is the file used for the audio notification on a successfull read.
goodReadAudioMode - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadAudioMode selects the scanner audio notification mode.
goodReadAudioVolume - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadAudioVolume is the volume of the audio notification on a successfull read.
goodReadCount - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadCount indicates the number of notifications to produce on a successful read.
goodReadDuration - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadDuration is the duration of each notification on a successful read.
goodReadEnable - Variable in class com.datalogic.decode.configuration.GoodRead
goodReadEnable requires the use of the good read notification on a successful read.
goodReadInterval - Variable in class com.datalogic.decode.configuration.DecodingNotification
goodReadInterval is the delay between notifications on a successful read.
goodReadLedEnable - Variable in class com.datalogic.decode.configuration.GoodRead
goodReadLedEnable requires the use of the led notification on a successful read.
goodReadVibrateEnable - Variable in class com.datalogic.decode.configuration.GoodRead
goodReadVibrateEnable requires the use of the vibrator notification on a successful read.
grantAllPermissions(String) - Method in class com.datalogic.device.app.AppManager
Call this method to grant an application all the permissions declared in its manifest.
grantPermissions(String, ArrayList<String>) - Method in class com.datalogic.device.app.AppManager
Call this method to grant an application the specified permissions.
GREEN_SPOT_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
greenSpotEnable - Variable in class com.datalogic.decode.configuration.GoodRead
greenSpotEnable requires the use of the green spot notification on a successful read.
gs1_128 - Variable in class com.datalogic.decode.configuration.Code128
gs1_128 enables or disables the GS1-128 symbology.
gs1_128_userID - Variable in class com.datalogic.decode.configuration.Code128
gs1_128_userID specifies the GS1-128 symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.
GS1_14_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_14_GS1_128_MODE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_14_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_GS1_128_MODE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
GS1_EXP_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
GS1_LIMIT_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_LIMIT_GS1_128_MODE - Static variable in class com.datalogic.decode.PropertyID
 
GS1_LIMIT_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
Gs1DataBar_14 - Class in com.datalogic.decode.configuration
Gs1DataBar_14 is the class that configures the GS1 DataBar-14 Symbology.
Gs1DataBar_14(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Gs1DataBar_14
This is the constructor of Gs1DataBar_14.
gs1DataBar_14 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the GS1 DataBar 14 barcode reading capabilities.
Gs1DataBar_Expanded - Class in com.datalogic.decode.configuration
Gs1DataBar_Expanded is the class that configures the GS1 DataBar Expanded Symbology.
Gs1DataBar_Expanded(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Gs1DataBar_Expanded
This is the constructor of Gs1DataBar_Expanded.
gs1DataBar_Expanded - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the GS1 DataBar Expanded barcode reading capabilities.
Gs1DataBar_Limited - Class in com.datalogic.decode.configuration
Gs1DataBar_Limited is the class that configures the GS1 DataBar Limited Symbology.
Gs1DataBar_Limited(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Gs1DataBar_Limited
This is the constructor of Gs1DataBar_Limited.
gs1DataBar_Limited - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the GS1 DataBar Limited barcode reading capabilities.
GS_SUBSTITUTION - Static variable in class com.datalogic.decode.PropertyID
 
gsSubstitution - Variable in class com.datalogic.decode.configuration.Formatting
gsSubstitution is a string of Unicode characters that replaces each occurrence of GS (ASCII code 0x1D) in the scanned data.

H

height() - Method in class com.datalogic.softspot.SoftSpot.WorkingArea
Height of the WorkingArea.
heightPixels() - Method in class com.datalogic.softspot.SoftSpot.WorkingArea
Height of the WorkingArea.
hide() - Method in class com.datalogic.softspot.SoftSpot
Hide SoftSpot.

I

I25_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
I25_ENABLE_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
I25_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
I25_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
I25_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
I25_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
I25_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
ID_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
Parameter identifier is not supported.
ILLUMINATION_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
ILLUMINATION_TYPE - Static variable in class com.datalogic.decode.PropertyID
 
illuminationEnable - Variable in class com.datalogic.decode.configuration.ScannerOptions
illuminationEnable enables barcode illumination when capturing frames.
IlluminationType - Enum in com.datalogic.decode.configuration
IlluminationType is an enumeration defining the allowed illumination type can be used for scanning.
illuminationType - Variable in class com.datalogic.decode.configuration.ScannerOptions
illuminationType selects the scanner illuminator to be used for decoding.
IMAGE_CAPTURE_PROFILE - Static variable in class com.datalogic.decode.PropertyID
 
ImageCaptureProfile - Enum in com.datalogic.decode.configuration
The ImageCaptureProfile is an enumeration defining the scanner profile for image capture.
imageCaptureProfile - Variable in class com.datalogic.decode.configuration.ScannerOptions
imageCaptureProfile selects the scanner image capture profile.
ImageEnum - Enum in com.datalogic.softspot
ImageEnum is an enumeration defining constants for different images that can be displayed by SoftSpot.
ImageState - Enum in com.datalogic.softspot
ImageState is an enumeration defining constants for different states SoftSpot can be in.
initBatteryEvents(Context) - Method in class com.datalogic.device.battery.DLBatteryManager
Prepare the DlBatteryManager to receive events from the Android PowerManger Service.
InitListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the scan init event.
INPUT_SERVICE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is an Input Service error.
InsertionState - Enum in com.datalogic.cradle
Enumerative representing an insertion state depending on the device's position.
install(String, VisualFormatter.PersistenceType, boolean) - Method in class com.datalogic.decode.VisualFormatter
Installs a new formatter project by specifying a zip file.
install(String, boolean, PackageInstallerListener) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to install the application contained within the .apk file specified by apk.
install(ArrayList<String>, boolean, PackageInstallerListener) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to install the applications contained within the .apk files specified by apks.
install(String, boolean) - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to install the application contained within the .apk file specified by apk.
install(ArrayList<String>, boolean) - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to install the applications contained within the .apk files specified by apks.
INSTALLER_SERVICE_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
Installer Service error.
INSTALLER_SERVICE_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
Installer Service error.
installKeyboard(String, AdvancedKeyboard.PersistenceType) - Method in class com.datalogic.device.input.AdvancedKeyboard
Command the installation of a new keyboard configuration, by specifying the path to the keyboard configuration file (as exported through the Keyboard Editor application), the desired type of persistence and the option to clear any existing configuration (outside of the default one).
installOverlay(AdvancedKeyboard.Overlay, AdvancedKeyboard.PersistenceType) - Method in class com.datalogic.device.input.AdvancedKeyboard
Command the installation of a keyboard overlay, by specifying the overlay object for the keyboard to install.
IntentDeliveryMode - Enum in com.datalogic.decode.configuration
IntentDeliveryMode is an enumeration defining the method by which the intent is delivered.
IntentWedge - Class in com.datalogic.decode.configuration
IntentWedge is the class that configures the Decode Wedge capability with the intent mode.
IntentWedge(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.IntentWedge
This is the constructor of IntentWedge.
intentWedge - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for the Intent Wedge.
Interleaved25 - Class in com.datalogic.decode.configuration
Interleaved25 is the class that configures the Interleaved 2/5 Symbology.
Interleaved25(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Interleaved25
This is the constructor of Interleaved25.
interleaved25 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Interleaved 2 of 5 barcode reading capabilities.
INVALID_PATH - Static variable in exception com.datalogic.device.app.PackageInstallerException
The apk file doesn't exist.
Inverse - Class in com.datalogic.decode.configuration
Inverse is the class that configures the inverse mode for the supported linear and 2D symbologies.
Inverse(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Inverse
This is the constructor of Inverse.
inverse - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the reverse decoding mode for linear and 2D barcodes.
INVERSE_1D_SYMBOLOGIES - Static variable in class com.datalogic.decode.PropertyID
 
INVERSE_2D_SYMBOLOGIES - Static variable in class com.datalogic.decode.PropertyID
 
InverseMode - Enum in com.datalogic.decode.configuration
InverseMode is an enumeration defining the decoding mode for regular/reverse barcodes.
IO_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
IO exception.
IO_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
IO exception.
isAvailable() - Method in interface com.datalogic.device.input.Trigger
Checks if the trigger is available on the device.
isBacklightControlEnabled() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Checks if the keyboard backlight control is enabled.
isBacklightNotificationEnabled() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Checks if the backlight notification is enabled.
Isbt128EnablingMode - Variable in class com.datalogic.decode.configuration.Code128
Isbt128EnablingMode set the allowed ISBT 128 barcode symbologies.
Isbt128Mode - Enum in com.datalogic.decode.configuration
Isbt128Mode is an enumeration defining the decoding mode for ISBT 128 barcodes.
isbt_128 - Variable in class com.datalogic.decode.configuration.Code128
isbt_128 enables or disables the ISBT 128 symbology.
ISBT_128_COMMONLY_CONCATENATED_PAIRS - Static variable in class com.datalogic.decode.PropertyID
 
ISBT_128_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
ISBT_128_MODE - Static variable in class com.datalogic.decode.PropertyID
 
ISBT_128_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
isbt_128_userID - Variable in class com.datalogic.decode.configuration.Code128
isbt_128_userID specifies the ISBT-128 symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.
isEnabled() - Method in class com.datalogic.decode.VisualFormatter
Checks if the Visual Formatter is enabled.
isEnabled() - Method in interface com.datalogic.device.input.Trigger
Checks if the trigger is enabled.
isEnabled() - Method in class com.datalogic.softspot.SoftSpot
When SoftSpot is enabled then it will either be currently showing, or a notification is available to show.
isFullySupported() - Method in class com.datalogic.device.configuration.PropertyGroup
Deprecated.
no more to be used
isHiddenFromUI() - Method in class com.datalogic.decode.VisualFormatter.Item.Property
 
isInitialized() - Method in class com.datalogic.decode.BarcodeManager
Checks if the Scanner Service is correctly initialized.
isInputLocked() - Method in class com.datalogic.device.input.KeyboardManager
Tells if the input from keyboard is locked.
isInputLocked() - Method in class com.datalogic.device.input.TouchManager
Tells if the input from touchscreen is locked.
isKeyDisabled(VScanEntry) - Method in class com.datalogic.device.input.KeyboardManager
Checks if a physical key is disabled.
isLayoutLocked() - Method in class com.datalogic.device.input.AdvancedKeyboard
Checks if the keyboard layout is currently locked, preventing any layout change both manually and through the SDK.
isMultitapNotificationEnabled() - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Checks if the multitap notification is enabled.
isPackageAllowed(String) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Returns the allowed/disallowed configuration for the given package to show its own content ont the 2nd Display.
isSecondDisplayAvailable() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Returns the availability of the 2nd Display feature.
isSecondDisplayEnabled() - Method in class com.datalogic.device.display.DLSecondDisplayManager
Returns the enabled/disabled status of the 2nd Display.
isSupported() - Method in class com.datalogic.device.configuration.Property
Returns whether a Property is supported or not.
isSupported() - Method in class com.datalogic.device.configuration.PropertyGroup
Tells if this property group is supported by the underling decoding hardware.
isSymbologyEnabled(Symbology) - Method in class com.datalogic.decode.BarcodeManager
Returns current enable setting for a particular barcode symbology.
isSymbologySupported(Symbology) - Method in class com.datalogic.decode.BarcodeManager
Return true if the device's decoder is able to read a particular barcode symbology.
isVibrationEnabled() - Method in interface com.datalogic.device.input.MotionTrigger
Checks if the vibration during motion is enabled.
isWakeupActive(WakeupSource) - Method in class com.datalogic.device.power.PowerManager
This function allows to know if a wakeup source is currently active.
isWakeupSupported(WakeupSource) - Method in class com.datalogic.device.power.PowerManager
This function allows to know if a wakeup source is configurable on a target device.
Item(int, String, String, String, VisualFormatter.Item.Type, String, String, String, String, VisualFormatter.PersistenceType, String, String, List<VisualFormatter.Item.Property>) - Constructor for class com.datalogic.decode.VisualFormatter.Item
 

J

JAPANESE_POST_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
JAPANESE_POST_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
JSON_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
The JSON configuration file has an error.
JSON_NOT_FOUND - Static variable in exception com.datalogic.device.configuration.ConfigException
The JSON resource file was not found.

K

KEYBOARD_BACKLIGHT_DOWN - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that decreases the keyboard backlight brightness..
KEYBOARD_BACKLIGHT_OFF - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that disables the keyboard backlight control.
KEYBOARD_BACKLIGHT_ON - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that enabled the keyboard backlight control.
KEYBOARD_BACKLIGHT_UP - Static variable in class com.datalogic.device.input.ActionKey
ID of the action that increases the keyboard backlight brightness..
KEYBOARD_TYPE - Static variable in class com.datalogic.device.info.SYSTEM
Returns the keyboard type identifier.
KeyboardManager - Class in com.datalogic.device.input
This class provides access to keyboard related methods of the device.
KeyboardManager() - Constructor for class com.datalogic.device.input.KeyboardManager
This is the constructor of KeyboardManager.
KeyboardManager.VScanCode - Class in com.datalogic.device.input
Virtual key scan codes.
KeyboardType - Enum in com.datalogic.device.info
The KeyboardType enumeration lists keyboard type codes.
KeyboardWedge - Class in com.datalogic.decode.configuration
KeyboardWedge is the class that configures the Decode Wedge capability with the keystroke mode.
KeyboardWedge(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.KeyboardWedge
This is the constructor of KeyboardWedge.
keyboardWedge - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for the Keyboard Wedge.
KEYCODE_BARCODE - Static variable in class com.datalogic.decode.BarcodeManager
Android keycode representing the scanning functionality, in accordance with android.view.KeyEvent .
It is possible to associate a device generic button to the scanning functionality through the mapping mechanism and the VScanEntry, this means a specific scan code can be mapped to the desired Android keycode.
KeyCodeEntry - Class in com.datalogic.device.input
This class stores an Android KeyCode entry, as defined in KeyEvent
KeyCodeEntry(int, int) - Constructor for class com.datalogic.device.input.KeyCodeEntry
This constructor initializes the key code and the meta state active flag.
KeyCodeEntry(int) - Constructor for class com.datalogic.device.input.KeyCodeEntry
This constructor initializes the meta state active flag bitmask to 0.
KeyWedgeMode - Enum in com.datalogic.decode.configuration
KeyWedgeMode is an enumeration defining the different KeyboardWedge input methodologies.
KIX_CODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
KIX_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 

L

LABEL_PREFIX - Static variable in class com.datalogic.decode.PropertyID
 
LABEL_SUFFIX - Static variable in class com.datalogic.decode.PropertyID
 
labelCount - Variable in class com.datalogic.decode.configuration.MultiScan
labelCount defines the number of required labels to be read before automatically ending a good read transaction.
labelPrefix - Variable in class com.datalogic.decode.configuration.Formatting
labelPrefix is a string of Unicode characters sent immediatly before symbology identifier.
labelSuffix - Variable in class com.datalogic.decode.configuration.Formatting
labelSuffix is a string of Unicode characters sent after the final character in data.
Led - Enum in com.datalogic.device.notification
The Led enumeration lists led type identifiers.
LedManager - Class in com.datalogic.device.notification
This class provides access to leds related methods of the device.
LedManager() - Constructor for class com.datalogic.device.notification.LedManager
This is the constructor of LedManager.
left - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Left bound, proportional to the screen.
leftPixels - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Left bound, in pixels.
LengthControlMode - Enum in com.datalogic.decode.configuration
LengthControlMode is an enumeration defining the operating length control mode for each barcode family that has lengths.
LeverStatus - Enum in com.datalogic.cradle
Enumerative representing the Cradle Lever status.
LinearQuietZones - Class in com.datalogic.decode.configuration
LinearQuietZones is the class that configures the admitted quiet zones for the supported linear symbologies.
LinearQuietZones(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.LinearQuietZones
This is the constructor of LinearQuietZones.
linearQZ - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the admitted valid margins for linear barcodes.
linearSymbologies - Variable in class com.datalogic.decode.configuration.Inverse
linearSymbologies set the inverse mode for linear barcode symbologies.
linearTransmissionEnable - Variable in class com.datalogic.decode.configuration.Composite
linearTransmissionEnable enable linear code transmission.
LISTENER_ERROR - Static variable in exception com.datalogic.decode.DecodeException
The Scanner Service cannot register or unregister the required listener.
load(PropertyGetter) - Method in class com.datalogic.device.configuration.Property
Deprecated.
no more to be used
load(PropertyGetter) - Method in class com.datalogic.device.configuration.PropertyGroup
Deprecated.
no more to be used
load(PropertyGetter) - Method in class com.datalogic.device.configuration.TextProperty
Loads the property querying the PropertyGetter.
loadlist(PropertyGetter, ArrayList) - Static method in class com.datalogic.device.configuration.Property
Deprecated.
no more to be used
LOCATION_SERVICE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is an Location Service error.
LocationManager - Class in com.datalogic.device.location
The LocationManager class provides access to geo-location related methods of the device.
LocationManager() - Constructor for class com.datalogic.device.location.LocationManager
This is the constructor of LocationManager.
LocationMode - Enum in com.datalogic.device.location
The LocationMode enumeration defines different location systems that can be selectively activated to help the Android LocationManager.
lock(boolean) - Method in class com.datalogic.softspot.SoftSpot
Set lock state of SoftSpot, it impacts SoftSpot motion ability on finger dragging events.
lockInput(boolean) - Method in class com.datalogic.device.input.KeyboardManager
Locks or unlocks the input from keyboard and physical buttons.
lockInput(boolean) - Method in class com.datalogic.device.input.TouchManager
Locks or unlocks the input from touchscreen.

M

M25_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
M25_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
M25_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
M25_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
M25_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
ManufacturerInfo - Class in com.datalogic.device.battery
The ManufacturerInfo represents battery manufacturer information.
ManufacturerInfo() - Constructor for class com.datalogic.device.battery.ManufacturerInfo
 
mapIntent(VScanEntry, Intent) - Method in class com.datalogic.device.input.KeyboardManager
Assigns an Intent to a physical key.
mapKeyCode(VScanEntry, KeyCodeEntry) - Method in class com.datalogic.device.input.KeyboardManager
Assigns a virtual key code to a physical key.
mapUnicode(VScanEntry, Character) - Method in class com.datalogic.device.input.KeyboardManager
Assigns a unicode character to a physical key.
Matrix25 - Class in com.datalogic.decode.configuration
Matrix25 is the class that configures the Matrix 2/5 Symbology.
Matrix25(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Matrix25
This is the constructor of Matrix25.
matrix25 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Matrix 2 of 5 barcode reading capabilities.
Maxicode - Class in com.datalogic.decode.configuration
Maxicode is the class that configures the Maxicode Symbology.
Maxicode(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Maxicode
This is the constructor of Maxicode.
maxicode - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Maxicode barcode reading capabilities.
MAXICODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MAXICODE_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
MAXICODE_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
MAXICODE_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
MAXICODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
MIB_ROOT - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the configuration tree.
MICRO_QR_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
MICRO_QR_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MICRO_QR_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
MICRO_QR_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
MICRO_QR_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
MICRO_QR_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
Micropdf417 - Class in com.datalogic.decode.configuration
Micropdf417 is the class that configures the MicroPDF-417 Symbology.
Micropdf417(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Micropdf417
This is the constructor of Micropdf417.
micropdf417 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Micro PDF417 barcode reading capabilities.
MICROPDF417_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
MICROPDF417_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MICROPDF417_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
MICROPDF417_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
MICROPDF417_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
MICROPDF417_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
MicroQR - Class in com.datalogic.decode.configuration
MicroQR is the class that configures the Micro QR Code Symbology.
MicroQR(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.MicroQR
This is the constructor of MicroQR.
microQr - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Micro QR Code barcode reading capabilities.
mirror - Variable in class com.datalogic.decode.configuration.Datamatrix
DatamatrixMirror control the mirror mode.
mode - Variable in class com.datalogic.decode.configuration.FrameCaptureConfiguration
mode selects the Scanner frame capture mode.
MODULE_SETTINGS_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of the wifi module settings properties.
MotionTrigger - Interface in com.datalogic.device.input
Interface representing a trigger that automatically executes a specific action (scan by default) when a motion event is detected.
MotionTrigger.Sensitivity - Class in com.datalogic.device.input
Class representing the sensitivity used to trigger the action, constituted by an id and a name.
Msi - Class in com.datalogic.decode.configuration
Msi is the class that configures the MSI Symbology.
Msi(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Msi
This is the constructor of Msi.
msi - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the MSI barcode reading capabilities.
MSI_AGGRESSIVENESS - Static variable in class com.datalogic.decode.PropertyID
 
MSI_CHECK_2_MOD_11 - Static variable in class com.datalogic.decode.PropertyID
 
MSI_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MSI_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
MSI_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
MSI_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
MSI_REQUIRE_2_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
MSI_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
MSI_SHORT_QUIET_ZONES - Static variable in class com.datalogic.decode.PropertyID
 
MSI_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
MsiAggressiveness - Enum in com.datalogic.decode.configuration
MsiAggressiveness is an enumeration defining the allowed aggressive mode for MSI barcodes.
msiReduced - Variable in class com.datalogic.decode.configuration.LinearQuietZones
msiReduced enables the reading of MSI barcode labels with short quiet zones.
MultiScan - Class in com.datalogic.decode.configuration
MultiScan is the class that configures the Multi Scan functionality.
MultiScan(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.MultiScan
This is the constructor of MultiScan.
multiScan - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration related to Multi Scan functionalities.
MULTISCAN_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MULTISCAN_NOTIFICATION_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
MULTISCAN_REQUIRED_LABELS - Static variable in class com.datalogic.decode.PropertyID
 

N

NfcManager - Class in com.datalogic.device.nfc
This class provides access to enable and disable the nfc adapter
NfcManager() - Constructor for class com.datalogic.device.nfc.NfcManager
This is the constructor of NfcManager.
NOT_INSTALLED - Static variable in exception com.datalogic.device.app.AppManagerException
The application is not installed.
NOT_INSTALLED - Static variable in exception com.datalogic.device.app.PackageInstallerException
The application is not installed.
NOTIFICATION_SERVICE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is an Notification Service error.
notifyOnEachLabel - Variable in class com.datalogic.decode.configuration.MultiScan
notifyOnEachLabel defines whether to notify each successfully read label during Multi Scan operation.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.decode.DecodeException
It is a null pointer error.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
Null pointer error.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
Null pointer error.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.device.battery.BatteryException
Null pointer error.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
It is a null pointer error.
NULL_POINTER_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is a null pointer error.
NumericProperty - Class in com.datalogic.device.configuration
NumericProperty is the class that implements the property of type Integer.
NumericProperty(int, int, int) - Constructor for class com.datalogic.device.configuration.NumericProperty
Constructor
NumericProperty(int) - Constructor for class com.datalogic.device.configuration.NumericProperty
Constructor

O

onAction(int, boolean) - Method in interface com.datalogic.device.input.AdvancedKeyboard.ActionEventListener
Method called when a specific action key has been pressed / released.
onConfigurationChanged(HashMap<Integer, Object>) - Method in interface com.datalogic.device.configuration.ConfigurationChangeListener
onConfigurationChanged will be called to notify changes of the configuration.
onEvent(BatteryEvent, Object) - Method in interface com.datalogic.device.battery.BatteryEventListener
onEvent will be call to signal an event concerning battery.
onFailureEvent(Failure, boolean) - Method in interface com.datalogic.cradle.CradleFailureEventListener
This method is called when a failure occured on the Cradle.
onFrameCapture(CapturedFrame) - Method in interface com.datalogic.decode.FrameCaptureListener
onFrameCapture method will be called when a frame captured event is fired.
onFrameSave(SavedFrame) - Method in interface com.datalogic.decode.FrameSaveListener
onFrameSave method will be called when a frame saved event is fired.
onInsertionEvent(InsertionState) - Method in interface com.datalogic.cradle.CradleInsertionEventListener
This method is called when the device has been inserted into or extracted from the Cradle.
onLayoutChanged(int) - Method in interface com.datalogic.device.input.AdvancedKeyboard.LayoutChangeEventListener
Method called when the keyboard layout has changed.
onlyOnFocus - Variable in class com.datalogic.decode.configuration.KeyboardWedge
onlyOnFocus enables the input of the keystrokes only in input areas with active focus and an IME active, such as a touch keyboard.
onMultitapSelected(int, char[]) - Method in interface com.datalogic.device.input.AdvancedKeyboard.MultitapEventListener
Method called when a multitap key is selected.
onMultitapSelecting(int, char[]) - Method in interface com.datalogic.device.input.AdvancedKeyboard.MultitapEventListener
Method called when a multitap key is under selection but the key has not yet been confirmed.
onPresentationStateChange(PresentationState) - Method in interface com.datalogic.decode.PresentationStateListener
onFrameSave method will be called when a frame saved event is fired.
onRead(DecodeResult) - Method in interface com.datalogic.decode.ReadListener
onRead method will be called when a good read event is fired.
onResult(List<PackageInstallerResult>) - Method in interface com.datalogic.device.app.PackageInstallerListener
onResult will be called to signal the result of the commands install/uninstall/upgrade executed in a session or as standolone command.
onScanDeinit() - Method in interface com.datalogic.decode.DeinitListener
onScanDeinit will be sent when a deinit event is fired.
onScanInit() - Method in interface com.datalogic.decode.InitListener
onScanInit will be sent when a init event is fired.
onScanStarted() - Method in interface com.datalogic.decode.StartListener
onScanStarted will be called when a scan started event is fired.
onScanStopped() - Method in interface com.datalogic.decode.StopListener
onScanStopped will be sent when a scan stopped event is fired.
onScanTimeout() - Method in interface com.datalogic.decode.TimeoutListener
onScanTimeout will be sent when a timeout event is fired.
onServiceConnected(ComponentName, IBinder) - Method in class com.datalogic.device.app.PackageInstallerSession
Callback implemented to receive the asynchronous result of the bindService request.
onServiceDisconnected(ComponentName) - Method in class com.datalogic.device.app.PackageInstallerSession
Callback implemented to receive the notify that the bind to the service is lost due to a crash of the service.
onUnlockEvent(LeverStatus) - Method in interface com.datalogic.cradle.CradleUnlockEventListener
This method is called when the Level change its status.
onUnlockKeyEvent(UnlockKeyStatus) - Method in interface com.datalogic.cradle.CradleUnlockKeyEventListener
This method is called when the Unlock Key has been inserted into or extracted from the Cradle.
openSession() - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to start a session.
operatingMode - Variable in class com.datalogic.decode.configuration.Datamatrix
DatamatrixOpMode control the operating mode.

P

p4State - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the USPS 4-State barcode reading capabilities.
PackageInstaller - Class in com.datalogic.device.app
PackageInstaller gives developers the ability to install, uninstall and upgrade applications in unattended/silent mode.
PackageInstaller(Context) - Constructor for class com.datalogic.device.app.PackageInstaller
This is the constructor of PackageInstaller.
PackageInstallerEvent - Enum in com.datalogic.device.app
Enumerative representing the result event of the action requested to the SDK Package Installer.
PackageInstallerException - Exception in com.datalogic.device.app
This exception is used for installer related errors.
PackageInstallerException() - Constructor for exception com.datalogic.device.app.PackageInstallerException
Constructs an PackageInstallerException object.
PackageInstallerException(String) - Constructor for exception com.datalogic.device.app.PackageInstallerException
Constructs an GENERIC_ERROR PackageInstallerException object.
PackageInstallerException(String, int) - Constructor for exception com.datalogic.device.app.PackageInstallerException
Constructs an PackageInstallerException object that takes a int parameter containing the reason the exception was thrown.
PackageInstallerException(int) - Constructor for exception com.datalogic.device.app.PackageInstallerException
Constructs an PackageInstallerException object that takes a int parameter containing the reason the exception was thrown.
PackageInstallerListener - Interface in com.datalogic.device.app
This interface is used by the application to listen to install/uninstall/upgrade result event.
PackageInstallerResult - Class in com.datalogic.device.app
PackageInstallerResult is the base element of the List passed by PackageInstallerListener.onResult(java.util.List<com.datalogic.device.app.PackageInstallerResult>) to retrieve the result of operations of install/uninstall/upgrade.
PackageInstallerResult() - Constructor for class com.datalogic.device.app.PackageInstallerResult
 
PackageInstallerSession - Class in com.datalogic.device.app
PackageInstallerSession gives developers the ability to group the execution of a sequence of install, uninstall and upgrade commands.
PackageInstallerSession() - Constructor for class com.datalogic.device.app.PackageInstallerSession
 
pAus - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Australia Post barcode reading capabilities.
Pdf417 - Class in com.datalogic.decode.configuration
Pdf417 is the class that configures the PDF 417 Symbology.
Pdf417(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.Pdf417
This is the constructor of Pdf417.
pdf417 - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the PDF417 barcode reading capabilities.
PDF417_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
PDF417_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
PDF417_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
PDF417_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
PDF417_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
PDF417_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
PENDING_USER_ACTION - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_PENDING_USER_ACTION.
PICKLIST_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
picklistEnable - Variable in class com.datalogic.decode.configuration.ScannerOptions
picklistEnable limits reading to targeted selection.
pJap - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Japan Post barcode reading capabilities.
pKix - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the KIX barcode reading capabilities.
Point() - Constructor for class com.datalogic.softspot.SoftSpot.Point
 
Point(int, int) - Constructor for class com.datalogic.softspot.SoftSpot.Point
 
PostalAustralian - Class in com.datalogic.decode.configuration
PostalAustralian is the class that configures the Postal Australian.
PostalAustralian(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalAustralian
This is the constructor of PostalAustralian.
PostalJapan - Class in com.datalogic.decode.configuration
PostalJapan is the class that configures the Postal Japan.
PostalJapan(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalJapan
This is the constructor of PostalJapan.
PostalKix - Class in com.datalogic.decode.configuration
PostalKix is the class that configures the Postal Kix.
PostalKix(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalKix
This is the constructor of PostalKix.
PostalRoyalMail - Class in com.datalogic.decode.configuration
PostalRoyalMail is the class that configures the Postal Royal Mail.
PostalRoyalMail(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalRoyalMail
This is the constructor of PostalRoyalMail.
PostalUsPlanet - Class in com.datalogic.decode.configuration
PostalUsPlanet is the class that configures the Postal US Planet.
PostalUsPlanet(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalUsPlanet
This is the constructor of PostalUsPlanet.
PostalUsPostnet - Class in com.datalogic.decode.configuration
PostalUsPostnet is the class that configures the Postal US Postnet.
PostalUsPostnet(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalUsPostnet
This is the constructor of PostalUsPostnet.
PostalUsps4State - Class in com.datalogic.decode.configuration
PostalUsps4State is the class that configures the Postal USPS4State.
PostalUsps4State(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PostalUsps4State
This is the constructor of PostalUsps4State.
POWER_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of Power properties.
POWER_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
POWER_OFF_CHARGING_MODE_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of Power Off Charging Mode properties.
POWER_OFF_CHARGING_MODE_POLICY - Static variable in class com.datalogic.device.configuration.PropertyID
Policy for automatic exit from charging mode
POWER_OFF_CHARGING_MODE_THRESHOLD - Static variable in class com.datalogic.device.configuration.PropertyID
The charging threshold (%) for automatic exit from charging mode
POWER_SERVICE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is an Power Service error.
PowerManager - Class in com.datalogic.device.power
This class provides access to battery life related methods of the device.
PowerManager() - Constructor for class com.datalogic.device.power.PowerManager
This is the constructor of PowerManager.
pPlanet - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the US PLANET barcode reading capabilities.
pPostnet - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the US POSTNET barcode reading capabilities.
PRESENTATION_MODE_AIMER_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
PRESENTATION_MODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
PRESENTATION_MODE_SENSITIVITY - Static variable in class com.datalogic.decode.PropertyID
 
PresentationMode - Class in com.datalogic.decode.configuration
PresentationMode is the class that configures the presentation mode functionalities.
PresentationMode(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.PresentationMode
This is the constructor of ScannerOptions.
presentationMode - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration related to presentation mode functionalities.
presentationModeAimerEnable - Variable in class com.datalogic.decode.configuration.PresentationMode
presentationModeAimerEnable enables the use of the aimer in presentation mode.
presentationModeEnable - Variable in class com.datalogic.decode.configuration.PresentationMode
presentationModeEnable enables the use of presentation mode.
presentationModeSensitivity - Variable in class com.datalogic.decode.configuration.PresentationMode
presentationModeSensitivity set sensitivity in presentation mode.
PresentationState - Enum in com.datalogic.decode
PresentationState is an enumeration class defining constants for presentation mode states.
PresentationStateListener - Interface in com.datalogic.decode
 
pressTrigger() - Method in class com.datalogic.decode.BarcodeManager
Call this method to simulate a trigger button pressure.
pRM - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the Royal Mail barcode reading capabilities.
Property(String, String, String, VisualFormatter.Item.Property.Type, VisualFormatter.Item.Property.Direction, T, T) - Constructor for class com.datalogic.decode.VisualFormatter.Item.Property
 
Property<T> - Class in com.datalogic.device.configuration
Property is the abstract class that represents a generic Property of type T.
Property(int) - Constructor for class com.datalogic.device.configuration.Property
Constructor of Property.
PropertyEditor - Interface in com.datalogic.device.configuration
PropertyEditor is the interface to get and set properties from/to the underlying subsystem.
PropertyGetter - Interface in com.datalogic.device.configuration
PropertyGetter is the interface to get properties from/to the underlying subsystem.
PropertyGroup - Class in com.datalogic.device.configuration
PropertyGroup contains properties and/or other property groups.
PropertyGroup() - Constructor for class com.datalogic.device.configuration.PropertyGroup
This is an empty constructor, in the implementation MUST be implemented.
PropertyGroupID - Class in com.datalogic.device.configuration
PropertyGroupID is the class that includes all the property group identifiers.
PropertyGroupID() - Constructor for class com.datalogic.device.configuration.PropertyGroupID
 
PropertyID - Class in com.datalogic.decode
PropertyID is the class that includes all the properties identifiers.
PropertyID() - Constructor for class com.datalogic.decode.PropertyID
 
PropertyID - Class in com.datalogic.device.configuration
PropertyID is the class that includes all the properties identifiers.
The Propertys are organized in a tree.
PropertyID() - Constructor for class com.datalogic.device.configuration.PropertyID
 
PropertyType - Enum in com.datalogic.device.configuration
PropertyType is the enumerative class representing the Property types.

Q

QRCode - Class in com.datalogic.decode.configuration
QRCode is the class that configures the QR Code Symbology.
QRCode(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.QRCode
This is the constructor of QRCode.
qrCode - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the QR Code barcode reading capabilities.
QRCODE_CHARACTER_SET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_LENGTH1 - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_LENGTH2 - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_LENGTH_CONTROL - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
QRCODE_WIFI_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 

R

ReadListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the decoder's read event.
reboot(BootType) - Method in class com.datalogic.device.power.PowerManager
Reset the device.
rebootCradle() - Method in class com.datalogic.cradle.DLCradleManager
Reboot the Cradle.
RebootReason - Enum in com.datalogic.device.power
The RebootReason enumeration is the class that includes the reboot reason related to Power off.
registerListener(ConfigurationChangeListener) - Method in class com.datalogic.device.configuration.ConfigurationManager
release() - Method in class com.datalogic.decode.BarcodeManager
Removes and clears all the registered listeners, in case some application did not call removal methods.
releaseTrigger() - Method in class com.datalogic.decode.BarcodeManager
Call this method to simulate a release of a the trigger button.
REMOTE_CALL_ERROR - Static variable in exception com.datalogic.decode.DecodeException
When it's not possible to call Datalogic service.
REMOTE_CALL_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
It's not possible to call the remote service.
REMOTE_CALL_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
It's not possible to call the remote service.
REMOTE_CALL_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
When it's not possible to call Datalogic service.
REMOTE_CALL_ERROR - Static variable in exception com.datalogic.device.DeviceException
When it's not possible to call Datalogic service.
remove(String) - Method in class com.datalogic.decode.VisualFormatter
Remove the items of the specified project.
remove(VisualFormatter.PersistenceType) - Method in class com.datalogic.decode.VisualFormatter
Remove the items of the specified persistence type.
REMOVE_NON_PRINTABLE_CHARS - Static variable in class com.datalogic.decode.PropertyID
 
removeActionEventListener(AdvancedKeyboard.ActionEventListener, int, boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard
Removes a listener to a specific action key press or release.
removeActionEventListener(AdvancedKeyboard.ActionEventListener, int) - Method in class com.datalogic.device.input.AdvancedKeyboard
Removes a listener to a specific action key event, both for press and release.
removeActionEventListener(AdvancedKeyboard.ActionEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Removes a listener to all action key events.
removeBatteryEventListener(BatteryEventListener) - Method in class com.datalogic.device.battery.DLBatteryManager
Unregisters a BatteryEventListener associated with the BatteryManager.
removeDeinitListener(DeinitListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a DeinitListener associated with the decoder.
removeFailureEventListener(CradleFailureEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Remove a Failure listener previously added with the DLCradleManager.addFailureEventListener(CradleFailureEventListener listener) method.
removeFrameCaptureListener(FrameCaptureListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a FrameCaptureListener associated with the decoder.
removeFrameSaveListener(FrameSaveListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a FrameSaveListener associated with the decoder.
removeInitListener(InitListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a InitListener associated with the decoder.
removeInsertionEventListener(CradleInsertionEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Remove an Insertion listener previously added with the DLCradleManager.addInsertionEventListener(CradleInsertionEventListener listener) method.
removeLayoutChangeEventListener(AdvancedKeyboard.LayoutChangeEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Removes a listener to layout change events.
removeMultitapEventListener(AdvancedKeyboard.MultitapEventListener) - Method in class com.datalogic.device.input.AdvancedKeyboard
Removes a listener to multitap events.
removeNonPrintableChars - Variable in class com.datalogic.decode.configuration.Formatting
removeNonPrintableChars removes all characters in the range 0x00-0x1F and the single character 0x7F from the scanned data.
removePackage(String) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Disable the given package to show its own content on the 2nd Display.
removePresentationStateListener(PresentationStateListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a PresentationStateListener associated with the decoder.
removeReadListener(ReadListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a ReadListener associated with the decoder.
removeStartListener(StartListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a StartListener associated with the decoder.
removeStopListener(StopListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a StopListener associated with the decoder.
removeTimeoutListener(TimeoutListener) - Method in class com.datalogic.decode.BarcodeManager
Unregisters a TimeoutListener associated with the decoder.
removeUnlockEventListener(CradleUnlockEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Remove an Unlock listener previously added with the DLCradleManager.addUnlockEventListener(CradleUnlockEventListener listener) method.
removeUnlockKeyEventListener(CradleUnlockKeyEventListener) - Method in class com.datalogic.cradle.DLCradleManager
Remove an Unlock Key Event listener previously added with the DLCradleManager.addUnlockKeyEventListener(CradleUnlockKeyEventListener listener) method.
require - Variable in class com.datalogic.decode.configuration.UpcEanExtensions
require indicates that are read only barcode with the supplemental label.
require2Checksum - Variable in class com.datalogic.decode.configuration.Msi
require2Checksum requires that a MSI label contains two check digits.
resetToDefault() - Method in class com.datalogic.decode.VisualFormatter
Removes all items that are reboot or enterprise reset persistent.
resetToDefault() - Method in class com.datalogic.device.input.AdvancedKeyboard
Resets the keyboard configuration to the default one.
result - Variable in class com.datalogic.device.app.PackageInstallerResult
result result of the command, value matching one of the PackageInstallerException error constants.
REVERT_FAILED - Static variable in exception com.datalogic.device.configuration.ConfigException
The application to the device of the configuration failed.
RF_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
right - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Right bound, proportional to the screen.
rightPixels - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Right bound, in pixels.
ROAMING_SETTINGS_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of the wifi roaming settings properties.
rotationBehavior - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Determines how the working area reacts to screen rotations.
RotationSpeed - Enum in com.datalogic.device.display
The RotationSpeed enumeration defines the possible notification rotation speed on 2nd display.
ROYAL_MAIL_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
ROYAL_MAIL_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
ROYAL_MAIL_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 

S

SavedFrame - Class in com.datalogic.decode
SaveFrame is a data structure passed by FrameSaveListener.onFrameSave to retrieve frame data from the decoder.
SavedFrame() - Constructor for class com.datalogic.decode.SavedFrame
 
SCAN_MODE - Static variable in class com.datalogic.decode.PropertyID
 
SCAN_SETTINGS_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of the wifi scan settings properties.
SCAN_TIMINGS_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of the wifi scan timings properties.
ScanMode - Enum in com.datalogic.decode.configuration
The ScanMode is an enumeration defining the operating scan mode.
scanMode - Variable in class com.datalogic.decode.configuration.ScannerOptions
scanMode selects the scan mode.
ScannerOptions - Class in com.datalogic.decode.configuration
ScannerOptions is the class that configures the scanner target beam and other scanner functionalities.
ScannerOptions(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.ScannerOptions
This is the constructor of ScannerOptions.
scannerOptions - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration related to scanner functionalities.
ScannerProperties - Class in com.datalogic.decode.configuration
ScannerProperties is the scanner property container class.
ScannerProperties() - Constructor for class com.datalogic.decode.configuration.ScannerProperties
This is an empty constructor that will not be used.
SDK_VERSION - Static variable in class com.datalogic.device.info.SYSTEM
Returns a String indicating the Datalogic SDK version in use at compile time.
SDK_VERSION_INT - Static variable in class com.datalogic.device.info.SYSTEM
Returns a number indicating the Datalogic SDK version in use at compile time.
SDK_VERSION_MAJOR - Static variable in class com.datalogic.device.info.SYSTEM.Version
 
SDK_VERSION_MINOR - Static variable in class com.datalogic.device.info.SYSTEM.Version
 
SECURITY_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
Security exception.
SECURITY_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
Security exception.
selfUpgrade(String) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to upgrade the current application.
SEND_CODE_ID - Static variable in class com.datalogic.decode.PropertyID
 
sendChecksum - Variable in class com.datalogic.decode.configuration.Codabar
sendChecksum includes the checksum in the label transmission (if checksum is required with enableChecksum).
sendChecksum - Variable in class com.datalogic.decode.configuration.Code39
sendChecksum includes the checksum in the label transmission (if checksum is required with enableChecksum).
sendChecksum - Variable in class com.datalogic.decode.configuration.Ean13
sendChecksum includes the checksum in the label transmission.
sendChecksum - Variable in class com.datalogic.decode.configuration.Ean8
sendChecksum includes the checksum in the label transmission.
sendChecksum - Variable in class com.datalogic.decode.configuration.Interleaved25
sendChecksum includes the checksum in the label transmission (if checksum is required with enableChecksum).
sendChecksum - Variable in class com.datalogic.decode.configuration.Msi
sendChecksum includes the checksum in the label transmission.
sendChecksum - Variable in class com.datalogic.decode.configuration.PostalRoyalMail
sendChecksum includes the Royal Mail checksum in the label transmission.
sendChecksum - Variable in class com.datalogic.decode.configuration.UpcA
sendChecksum includes the checksum in the label transmission.
sendChecksum - Variable in class com.datalogic.decode.configuration.UpcE
sendChecksum includes the checksum in the label transmission.
sendCodeId - Variable in class com.datalogic.decode.configuration.Formatting
sendCodeId selects the symbology identifier to be transmitted along with the scanned data.
SendCodeID - Enum in com.datalogic.decode.configuration
SendCodeID is an enumeration defining the type of identifier to be transmitted with the scanned data.
sendStartStop - Variable in class com.datalogic.decode.configuration.Codabar
sendStartStop enables/disables the transmission of the decoded star and stop characters.
sendSystemDigit - Variable in class com.datalogic.decode.configuration.Ean13
sendSystemDigit includes the system digit in the label transmission, it configures whether the first character should be transmitted.
sendSystemDigit - Variable in class com.datalogic.decode.configuration.UpcA
sendSystemDigit includes the system digit in the label transmission.
sendSystemDigit - Variable in class com.datalogic.decode.configuration.UpcE
sendSystemDigit includes the system digit in the label transmission.
SERVICE_NOT_AVAILABLE - Static variable in exception com.datalogic.device.configuration.ConfigException
Database not accesible.
SERVICES_VERSION - Static variable in class com.datalogic.device.info.SYSTEM
Returns a String indicating the installed Datalogic SDK add-on version on the device.
SERVICES_VERSION_INT - Static variable in class com.datalogic.device.info.SYSTEM
Returns a number indicating the installed Datalogic Services version on the device.
SESSION_PARAM_ERROR - Static variable in exception com.datalogic.device.app.AppManagerException
IllegalArgumentException exception.
SESSION_PARAM_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
IllegalArgumentException exception.
SESSION_WRONG_STATE - Static variable in exception com.datalogic.device.app.PackageInstallerException
Wrong sequence of call on a PackageInstallerSession.
set(Integer) - Method in class com.datalogic.device.configuration.NumericProperty
Sets the desired value.
set(T) - Method in class com.datalogic.device.configuration.Property
Sets the value of the property.
setActiveItem(VisualFormatter.Item) - Method in class com.datalogic.decode.VisualFormatter
Sets the item to make active.
setApplicationEnabledSetting(String, int, int) - Method in class com.datalogic.device.app.AppManager
Call this method to set the enable setting for an application.
setApplicationHidden(String, boolean) - Method in class com.datalogic.device.app.AppManager
Call this method to hide or unhide packages.
setBacklightBrightness(int) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Sets the keyboard backlight brightness.
setBacklightControlEnabled(boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Sets the parameter to enable or disable the keyboard backlight control.
setBacklightNotificationEnabled(boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Enables or disables the backlight notification.
setBacklightTimeout(int) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Sets the keyboard backlight inactivity timeout.
setBrightness(int) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Set brightness level on 2nd display
setConfiguration(AdvancedKeyboard.Configuration) - Method in class com.datalogic.device.input.AdvancedKeyboard
Sets the keyboard configuration parameters.
setCurrentChargingProfile(ChargingProfile) - Method in class com.datalogic.device.battery.DLBatteryManager
Sets the current charging profile.
setCurrentLayoutIndex(int) - Method in class com.datalogic.device.input.AdvancedKeyboard
Sets the current layout index.
setCurrentRange(AutoScanTrigger.Range) - Method in interface com.datalogic.device.input.AutoScanTrigger
Sets the current range between the ones supported.
setCurrentSensitivity(MotionTrigger.Sensitivity) - Method in interface com.datalogic.device.input.MotionTrigger
Sets the current sensitivity between the ones supported.
setCustomImage(ImageEnum, File) - Method in class com.datalogic.softspot.SoftSpot
Copy the image located at the given filepath, then assigns the custom imageEnum to use that image.<
setCustomImage(ImageEnum, byte[]) - Method in class com.datalogic.softspot.SoftSpot
Copy the image in the byte array, then assigns the custom imageEnum to use that image.<
setDecodedDuration(DecodedDuration) - Method in class com.datalogic.softspot.SoftSpot
Set the duration for how long the decoded image should be displayed on screen after a good read before switching back to the ImageState.NORMAL image.
setDefaults() - Method in class com.datalogic.decode.BarcodeManager
Set factory defaults for all barcode symbology types.
setEnable(boolean) - Method in class com.datalogic.decode.VisualFormatter
Enables or disables the Visual Formatter.
setEnabled(boolean) - Method in interface com.datalogic.device.input.Trigger
Enables or disables the trigger by specifying a boolean value.
setEnabled(boolean) - Method in class com.datalogic.softspot.SoftSpot
Set the current enabled state of SoftSpot.
setFirmwareUpdatePolicy(FirmwareUpdatePolicy) - Method in class com.datalogic.device.DeviceManager
Sets the policy required to update the Cradle firmware, when a firmware is avalable in the device.
setImage(ActionType, ImageState, ImageEnum) - Method in class com.datalogic.softspot.SoftSpot
Set the image to use when SoftSpot has the given ActionType and ImageState values.
setLayoutLocked(boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard
Locks or unlocks the possibility for the keyboard to change its current layout both manually or through the SDK methods.
setLayoutNotificationType(AdvancedKeyboard.LayoutNotificationType) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Sets the layout notification type.
setLed(Led, boolean, int) - Method in class com.datalogic.device.notification.LedManager
Setting led method.
setLed(Led, boolean) - Method in class com.datalogic.device.notification.LedManager
Setting led method.
setLeverStatus(LeverStatus) - Method in class com.datalogic.cradle.DLCradleManager
Sets the new position related to the Cradle lever.
setLocationMode(LocationMode) - Method in class com.datalogic.device.location.LocationManager
Set the GPS location provider mode.
setMultitapDelay(int) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Sets the keyboard multitap delay used to define after how much time from the first multitap key press the associated character will be submitted to the UI.
setMultitapNotificationEnabled(boolean) - Method in class com.datalogic.device.input.AdvancedKeyboard.Configuration
Enables or disables the multitap notification.
setNewAppEnabled(boolean) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Enable or disable notifications on 2nd display for all the new Apps
setPosition(SoftSpot.Point) - Method in class com.datalogic.softspot.SoftSpot
Move SoftSpot
setPropertyInts(int[], int[]) - Method in class com.datalogic.decode.BarcodeManager
Sets one or more label programming parameters of type Integer.
setPropertyInts(int[], int[]) - Method in interface com.datalogic.device.configuration.PropertyEditor
Sets one or more label programming parameters of type Integer.
setPropertyStrings(int[], String[]) - Method in class com.datalogic.decode.BarcodeManager
Sets one or more label programming parameters of type String.
setPropertyStrings(int[], String[]) - Method in interface com.datalogic.device.configuration.PropertyEditor
Sets one or more label programming parameters of type String.
setRotateEnabled(boolean) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Set rotation on 2nd display
setRotationSpeed(RotationSpeed) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Set 2nd display rotation speed
setScale(float) - Method in class com.datalogic.softspot.SoftSpot
Set the scale multiplier used for SoftSpot size.
setSecondDisplayEnabled(boolean) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Enables or disables the 2nd Display.
setSuspendTimeout(SuspendTimeout, boolean) - Method in class com.datalogic.device.power.PowerManager
This function allows to set the device timeout before automatic suspension.
setSwitchOffTimeout(TimeoutSleep) - Method in class com.datalogic.device.display.DLSecondDisplayManager
Set switch-off timeout on 2nd display
setTimeout(int) - Method in class com.datalogic.decode.VisualFormatter
Sets the Visual Formatter script execution timeout.
setToDefault() - Method in class com.datalogic.device.configuration.PropertyGroup
Resets to the default value all the properties contained in the subtree.
setUninstallBlocked(String, boolean) - Method in class com.datalogic.device.app.AppManager
Change whether a user can uninstalling a package.
setValue(T) - Method in class com.datalogic.decode.VisualFormatter.Item.Property
Sets the property current value.
setVibrationEnabled(boolean) - Method in interface com.datalogic.device.input.MotionTrigger
Enables or disables the vibration when a motion is detected.
setVibrator(boolean) - Method in class com.datalogic.softspot.SoftSpot
Toggle the vibrator on or off when SoftSpot is pressed or moved.
setWorkingArea(SoftSpot.WorkingArea) - Method in class com.datalogic.softspot.SoftSpot
Restrict SoftSpot to a square region on the screen
show() - Method in class com.datalogic.softspot.SoftSpot
Show SoftSpot.
SoftSpot - Class in com.datalogic.softspot
API to configure SoftSpot.
SoftSpot(Context) - Constructor for class com.datalogic.softspot.SoftSpot
Create an object to communicate with SoftSpot.
SoftSpot.Point - Class in com.datalogic.softspot
X/Y screen coordinates.
SoftSpot.WorkingArea - Class in com.datalogic.softspot
Constraints defining the frame to restrict SoftSpot's movement.
SoftSpot.WorkingArea.RotationBehavior - Enum in com.datalogic.softspot
RotationBehavior is an enumeration defining constants for different ways the WorkingArea can behave when rotating the device.
SPECIFIC_APPLY_FAILED - Static variable in exception com.datalogic.device.configuration.ConfigException
The apply on the specific service failed.
startDecode(int) - Method in class com.datalogic.decode.BarcodeManager
Call this method to start decoding.
startDecode() - Method in class com.datalogic.decode.BarcodeManager
Call this method to start decoding.
StartListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the scan started event.
stopDecode() - Method in class com.datalogic.decode.BarcodeManager
This stops any data acquisition currently in progress.
StopListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the scan stopped event.
storage - Variable in class com.datalogic.decode.configuration.FrameCaptureConfiguration
storage enables the Scanner to store captured frames.
store(PropertyEditor, boolean) - Method in class com.datalogic.decode.configuration.ScannerProperties
Provides a way to store the properties through a PropertyEditor.
store(PropertyEditor) - Method in class com.datalogic.device.configuration.Property
Deprecated.
no more to be used
store(PropertyEditor, boolean) - Method in class com.datalogic.device.configuration.PropertyGroup
Deprecated.
no more to be used
store(PropertyEditor) - Method in class com.datalogic.device.configuration.TextProperty
Store the property value using the passed PropertyEditor.
STORE_FAILED - Static variable in exception com.datalogic.device.configuration.ConfigException
Store on database failed.
storelist(PropertyEditor, ArrayList) - Static method in class com.datalogic.device.configuration.Property
Deprecated.
no more to be used
stringifyCode(int) - Static method in exception com.datalogic.device.app.AppManagerException
 
stringifyCode(int) - Static method in exception com.datalogic.device.app.PackageInstallerException
 
SUCCESS - Static variable in exception com.datalogic.decode.DecodeException
Success constant.
SUCCESS - Static variable in exception com.datalogic.device.app.AppManagerException
Success constant.
SUCCESS - Static variable in exception com.datalogic.device.app.PackageInstallerException
Success constant.
SUCCESS - Static variable in exception com.datalogic.device.battery.BatteryException
Success constant.
SUCCESS - Static variable in exception com.datalogic.device.configuration.ConfigException
Success constant.
SUCCESS - Static variable in exception com.datalogic.device.DeviceException
Success constant.
SUPPORT_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
The property is not supported.
SuspendTimeout - Enum in com.datalogic.device.power
The SuspendTimeout enumeration defines different available display sleep timeouts.
Symbology - Enum in com.datalogic.decode
Symbology is an enumeration class defining constants for different barcode types.
SYSTEM - Class in com.datalogic.device.info
The SYSTEM class provides access to system info.
SYSTEM() - Constructor for class com.datalogic.device.info.SYSTEM
 
SYSTEM.Version - Class in com.datalogic.device.info
The Version class contains strings and constants used for values in the SYSTEM.Version.ACTION_DEVICE_INFO Intent.

T

TARGET_MODE - Static variable in class com.datalogic.decode.PropertyID
 
TARGET_MODE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
TARGET_RELEASE_TIMEOUT - Static variable in class com.datalogic.decode.PropertyID
 
TARGET_TIMEOUT - Static variable in class com.datalogic.decode.PropertyID
 
targetMode - Variable in class com.datalogic.decode.configuration.ScannerOptions
targetMode selects the scanner target beam mode.
targetModeEnable - Variable in class com.datalogic.decode.configuration.ScannerOptions
targetModeEnable enables the use of a target beam mode.
targetReleaseTimeout - Variable in class com.datalogic.decode.configuration.ScannerOptions
targetReleaseTimeout is the maximum time the scanner is on after trigger release when using Release Scan target beam mode.
targetTimeout - Variable in class com.datalogic.decode.configuration.ScannerOptions
targetTimeout is time the target beam is on before scanner attempts to read.
TextProperty - Class in com.datalogic.device.configuration
TextProperty is the class that implements the property of type String.
TextProperty(int) - Constructor for class com.datalogic.device.configuration.TextProperty
Constructor
TIMEOUT_MILLIS - Static variable in class com.datalogic.softspot.SoftSpot
API will return the last known value if SoftSpot does not respond before the timeout.
TimeoutListener - Interface in com.datalogic.decode
This interface is used by the application to listen to the scan timeout event.
TimeoutSleep - Enum in com.datalogic.device.display
The TimeoutSleep enumeration defines the possible value for 2nd display sleep timeout.
toInt() - Method in enum com.datalogic.cradle.AvailableSourcePower
Converts the AvailableSourcePower enum to its integer representing value.
toInt() - Method in enum com.datalogic.cradle.Failure
Converts the Failure enum to its integer representing value.
toInt() - Method in enum com.datalogic.cradle.InsertionState
Converts the InsertionState enum to its integer representing value.
toInt() - Method in enum com.datalogic.cradle.LeverStatus
Converts the LeverStatus enum to its integer representing value.
toInt() - Method in enum com.datalogic.cradle.Type
Converts the Type enum to its integer representing value.
toInt() - Method in enum com.datalogic.cradle.UnlockKeyStatus
Converts the UnlockKeyStatus enum to its integer representing value.
toInt() - Method in enum com.datalogic.decode.VisualFormatter.Item.Property.Direction
Converts the property direction to its integer corresponding value.
toInt() - Method in enum com.datalogic.decode.VisualFormatter.Item.Property.Type
Converts the property type to its integer corresponding value.
toInt() - Method in enum com.datalogic.decode.VisualFormatter.Item.Type
Converts the item type to its integer corresponding value.
toInt() - Method in enum com.datalogic.decode.VisualFormatter.PersistenceType
Converts the PersistenceType to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.battery.BatteryEvent
Converts the BatteryEvent enum to its integer representing value.
toInt() - Method in enum com.datalogic.device.battery.BatteryInfo
Converts the BatteryInfo to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.configuration.WifiPowerSave
Converts the WifiPowerSave to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.display.TimeoutSleep
Converts a TimeoutSleep to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.FirmwareUpdatePolicy
Converts the FirmwareUpdatePolicy enum to its integer representing value.
toInt() - Method in enum com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType
Converts the LayoutNotificationType to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.input.AdvancedKeyboard.PersistenceType
Converts the PersistenceType to its integer corresponding value.
toInt() - Method in enum com.datalogic.device.input.AdvancedKeyboard.Property
Converts the property to its integer corresponding value.
ToneNotificationChannel - Enum in com.datalogic.decode.configuration
ToneNotificationChannel is an enumeration defining the audio channel to use for the scanner notification, subject to Good read rules.
ToneNotificationMode - Enum in com.datalogic.decode.configuration
ToneNotificationMode is an enumeration defining the audio notification mode, subject to Good read rules.
top - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Upper bound, proportional to the screen.
topPixels - Variable in class com.datalogic.softspot.SoftSpot.WorkingArea
Upper bound, in pixels
toSeconds() - Method in enum com.datalogic.device.power.SuspendTimeout
Converts the SuspendTimeout to the corresponding number of seconds.
toString() - Method in enum com.datalogic.cradle.AvailableSourcePower
 
toString() - Method in enum com.datalogic.cradle.Failure
 
toString() - Method in enum com.datalogic.cradle.InsertionState
 
toString() - Method in enum com.datalogic.cradle.LeverStatus
 
toString() - Method in enum com.datalogic.cradle.Type
 
toString() - Method in enum com.datalogic.cradle.UnlockKeyStatus
 
toString() - Method in enum com.datalogic.device.battery.BatteryEvent
 
toString() - Method in enum com.datalogic.device.battery.BatteryInfo
 
TouchManager - Class in com.datalogic.device.input
This class provides access to touch panel related methods of the device.
TouchManager() - Constructor for class com.datalogic.device.input.TouchManager
This is the constructor of TouchManager.
Trigger - Interface in com.datalogic.device.input
Interface representing a trigger associated by default with the scan action.
TRIGGER_ID_AUTOSCAN - Static variable in class com.datalogic.device.input.KeyboardManager
ID for AutoScan trigger.
TRIGGER_ID_FRONT - Static variable in class com.datalogic.device.input.KeyboardManager
ID for Front trigger.
TRIGGER_ID_LEFT - Static variable in class com.datalogic.device.input.KeyboardManager
ID for Left trigger.
TRIGGER_ID_MOTION - Static variable in class com.datalogic.device.input.KeyboardManager
ID for Motion trigger.
TRIGGER_ID_PISTOL - Static variable in class com.datalogic.device.input.KeyboardManager
ID for Pistol trigger.
TRIGGER_ID_RIGHT - Static variable in class com.datalogic.device.input.KeyboardManager
ID for Right trigger.
trioptic - Variable in class com.datalogic.decode.configuration.Code39
trioptic enables or disables the Trioptic Code 39 symbology.
TRIOPTIC_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
TRIOPTIC_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
trioptic_userID - Variable in class com.datalogic.decode.configuration.Code39
trioptic_userID specifies the Trioptic Code 39 symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.
twoDimensionalSymbologies - Variable in class com.datalogic.decode.configuration.Inverse
twoDimensionalSymbologies set the inverse mode for 2D barcode symbologies.
Type - Enum in com.datalogic.cradle
Enumerative representing the Cradle type.

U

UNBOUND_SERVICE - Static variable in exception com.datalogic.device.app.AppManagerException
Remote service not bound.
UNBOUND_SERVICE - Static variable in exception com.datalogic.device.app.PackageInstallerException
Remote service not bound.
uninstall(String, PackageInstallerListener) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to unistall an application installed on the device.
uninstall(String) - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to unistall an application installed on the device.
UNKNOWN_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
The commit has been refused with android.content.pm.PackageInstaller.STATUS_FAILURE_INCOMPATIBLE.
UnlockKeyStatus - Enum in com.datalogic.cradle
Enumerative representing the unlock key status.
unregisterListener(ConfigurationChangeListener) - Method in class com.datalogic.device.configuration.ConfigurationManager
UPC_EAN_SHORT_QUIET_ZONES - Static variable in class com.datalogic.decode.PropertyID
 
upcA - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the UPC-A barcode reading capabilities.
UpcA - Class in com.datalogic.decode.configuration
UpcA is the class that configures the UPC-A Symbology.
UpcA(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.UpcA
This is the constructor of UpcA.
UPCA_COMPOSITE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
UPCA_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
UPCA_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
UPCA_SEND_SYS - Static variable in class com.datalogic.decode.PropertyID
 
UPCA_TO_EAN13 - Static variable in class com.datalogic.decode.PropertyID
 
UPCA_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
upcE - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the UPC-E barcode reading capabilities.
UpcE - Class in com.datalogic.decode.configuration
UpcE is the class that configures the UPC-E Symbology.
UpcE(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.UpcE
This is the constructor of UpcE.
UPCE1_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
upce1ExtensionEnable - Variable in class com.datalogic.decode.configuration.UpcE
upce1ExtensionEnable enables decoding of the UPC-E1 Symbology variation of UPC-E code.
UPCE_COMPOSITE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
UPCE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
UPCE_SEND_CHECK - Static variable in class com.datalogic.decode.PropertyID
 
UPCE_SEND_SYS - Static variable in class com.datalogic.decode.PropertyID
 
UPCE_TO_UPCA - Static variable in class com.datalogic.decode.PropertyID
 
UPCE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
UpcEanCompositeMode - Enum in com.datalogic.decode.configuration
UpcEanCompositeMode is an enumeration defining the type of transmission in use for GS1 Composite labels containing UPC/EAN barcodes.
upcEanExtensions - Variable in class com.datalogic.decode.configuration.ScannerProperties
Controls the UPC/EAN extensions reading capabilities.
UpcEanExtensions - Class in com.datalogic.decode.configuration
UpcEanExtensions is the class that configures the UPC/EAN Extensions.
UpcEanExtensions(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.UpcEanExtensions
This is the constructor of UpcEanExtensions.
upcEanMode - Variable in class com.datalogic.decode.configuration.Composite
upcEanMode controls UPC/EAN label recognition mode.
upcEanReduced - Variable in class com.datalogic.decode.configuration.LinearQuietZones
upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones.
upgrade(String, PackageInstallerListener) - Method in class com.datalogic.device.app.PackageInstaller
Call this method to upgrade an application installed on the device.
upgrade(String) - Method in class com.datalogic.device.app.PackageInstallerSession
Call this method to upgrade an application installed on the device.
UPGRADE_VERSION_ERROR - Static variable in exception com.datalogic.device.app.PackageInstallerException
The installed version is higher than that of the .apk intended for the upgrade.
US_PLANET_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
US_PLANET_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
US_POSTNET_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
US_POSTNET_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
USB_CURRENT_FUNCTION - Static variable in class com.datalogic.device.configuration.PropertyID
Current USB data function is the USB Transfer Protocol used to change the Default USB data function just for the current USB transfer (until the USB will be plugged-out from the device).
USB_DEFAULT_FUNCTION - Static variable in class com.datalogic.device.configuration.PropertyID
Default USB data function is the USB Transfer Protocol setup every time a USB is plugged-in to the device.
USB_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of USB properties.
USB_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
USPS_4STATE_CODE_USER_ID - Static variable in class com.datalogic.decode.PropertyID
 
USPS_4STATE_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 

V

VALUE_ERROR - Static variable in exception com.datalogic.device.configuration.ConfigException
Parameter value is wrong.
valueOf(String) - Static method in enum com.datalogic.cradle.AvailableSourcePower
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.cradle.Failure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.cradle.InsertionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.cradle.LeverStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.cradle.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.cradle.UnlockKeyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.BarcodeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.BeamMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.CharacterSetMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.Code128Aggressiveness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.DatamatrixMirror
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.DatamatrixOpMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.ECIPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.FrameCaptureFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.FrameCaptureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.IlluminationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.ImageCaptureProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.IntentDeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.InverseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.Isbt128Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.KeyWedgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.LengthControlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.MsiAggressiveness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.ScanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.SendCodeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.ToneNotificationChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.ToneNotificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.configuration.UpcEanCompositeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.PresentationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.Symbology
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.VisualFormatter.Item.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.decode.VisualFormatter.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.app.PackageInstallerEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.battery.BatteryEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.battery.BatteryInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.BootType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.configuration.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.configuration.Wifi802Dot11Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.configuration.WifiBandSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.configuration.WifiPowerSave
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.display.RotationSpeed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.display.TimeoutSleep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.FirmwareUpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.info.BarcodeScannerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.info.KeyboardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.info.WiFiType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.input.AdvancedKeyboard.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.location.LocationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.notification.Led
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.power.RebootReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.power.SuspendTimeout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.device.power.WakeupSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.softspot.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.softspot.DecodedDuration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.softspot.ImageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.softspot.ImageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogic.softspot.SoftSpot.WorkingArea.RotationBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datalogic.cradle.AvailableSourcePower
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.cradle.Failure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.cradle.InsertionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.cradle.LeverStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.cradle.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.cradle.UnlockKeyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.BarcodeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.BeamMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.CharacterSetMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.Code128Aggressiveness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.DatamatrixMirror
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.DatamatrixOpMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.ECIPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.FrameCaptureFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.FrameCaptureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.IlluminationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.ImageCaptureProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.IntentDeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.InverseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.Isbt128Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.KeyWedgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.LengthControlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.MsiAggressiveness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.ScanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.SendCodeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.ToneNotificationChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.ToneNotificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.configuration.UpcEanCompositeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.PresentationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.Symbology
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.VisualFormatter.Item.Property.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.VisualFormatter.Item.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.decode.VisualFormatter.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.app.PackageInstallerEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.battery.BatteryEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.battery.BatteryInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.BootType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.configuration.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.configuration.Wifi802Dot11Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.configuration.WifiBandSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.configuration.WifiPowerSave
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.display.RotationSpeed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.display.TimeoutSleep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.FirmwareUpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.info.BarcodeScannerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.info.KeyboardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.info.WiFiType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.input.AdvancedKeyboard.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.input.AdvancedKeyboard.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.location.LocationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.notification.Led
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.power.RebootReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.power.SuspendTimeout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.device.power.WakeupSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.softspot.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.softspot.DecodedDuration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.softspot.ImageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.softspot.ImageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogic.softspot.SoftSpot.WorkingArea.RotationBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
Version() - Constructor for class com.datalogic.device.info.SYSTEM.Version
 
VISUAL_FORMATTING_ACTIVE_ITEM - Static variable in class com.datalogic.decode.PropertyID
 
VISUAL_FORMATTING_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
VISUAL_FORMATTING_PATH - Static variable in class com.datalogic.decode.PropertyID
 
VISUAL_FORMATTING_TIMEOUT - Static variable in class com.datalogic.decode.PropertyID
 
VisualFormatter - Class in com.datalogic.decode
VisualFormatter is a class used to install and manage the different projects created from the Visual Formatter tool available inside Scan2Deploy Studio.
A project consists of a list of items of 2 types:
- FORMATTER: Takes as input the barcode received from the scanner and transforms it as desired, returning the modified barcode as output;
- DISPATCHER: Takes as input the barcode received from the scanner and selects the FORMATTER items to execute.
After a project is installed, one of its items will be set as the active item.
VisualFormatter.Item - Class in com.datalogic.decode
VisualFormatter.Item is a class representing a visual formatting item, used to manipulate the input barcode data when set as active item.
VisualFormatter.Item.Property<T> - Class in com.datalogic.decode
VisualFormatter.Item.Property is a class representing a property of a visual formatting item, used to add custom parameters that can change the runtime behavior of the formatting item.
VisualFormatter.Item.Property.Direction - Enum in com.datalogic.decode
VisualFormatter.Item.Property.Direction is an enumeration representing the direction of the property.
VisualFormatter.Item.Property.Type - Enum in com.datalogic.decode
VisualFormatter.Item.Property.Type is an enumeration representing the type of property.
VisualFormatter.Item.Type - Enum in com.datalogic.decode
VisualFormatter.Item.Type is an enumeration representing the type of item.
VisualFormatter.PersistenceType - Enum in com.datalogic.decode
VisualFormatter.PersistenceType is an enumeration representing the persistence type of the installed visual formatter configuration.
VSCAN_0 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_102ND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_A - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_AB - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ADDRESSBOOK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_AGAIN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ALTERASE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ANGLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_APOSTROPHE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ARCHIVE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_AUDIO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_AUTOSCAN_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_AUX - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_B - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BACK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BACKSLASH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BACKSPACE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BASSBOOST - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BATTERY - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BLUE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BLUETOOTH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BOOKMARKS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BREAK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRIGHTNESS_CYCLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRIGHTNESS_ZERO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRIGHTNESSDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRIGHTNESSUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT10 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BRL_DOT9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_0 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_A - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_B - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BACK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_BASE6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_C - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_DEAD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_DIGI - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_EXTRA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_FORWARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_GAMEPAD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_GEAR_DOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_GEAR_UP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_JOYSTICK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_LEFT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_MIDDLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_MISC - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_MODE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_MOUSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_PINKIE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_RIGHT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_SELECT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_SIDE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_START - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_STYLUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_STYLUS2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TASK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_THUMB - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_THUMB2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_THUMBL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_THUMBR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TL2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_AIRBRUSH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_BRUSH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_DOUBLETAP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_FINGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_LENS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_MOUSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_PEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_PENCIL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_RUBBER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOOL_TRIPLETAP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOP2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TOUCH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TR2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_WHEEL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_X - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_Y - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_BTN_Z - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_C - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CALC - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CALENDAR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CAMERA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CANCEL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CAPSLOCK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CHANNEL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CHANNELDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CHANNELUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CHAT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CLEAR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CLOSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CLOSECD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_COFFEE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_COMMA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_COMPOSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_COMPUTER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CONFIG - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CONNECT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CONTEXT_MENU - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_COPY - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CUT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_CYCLEWINDOWS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_D - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DASHBOARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DATABASE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DEL_EOL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DEL_EOS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DEL_LINE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DELETE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DELETEFILE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DIGITS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DIRECTION - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DIRECTORY - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DISPLAY_OFF - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DISPLAYTOGGLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DOCUMENTS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DOLLAR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DOT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_DVD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_E - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EDIT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EDITOR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EJECTCD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EJECTCLOSECD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EMAIL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_END - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ENTER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EPG - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EQUAL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ESC - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EURO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_EXIT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F10 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F11 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F12 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F13 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F14 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F15 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F16 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F17 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F18 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F19 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F20 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F21 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F22 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F23 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F24 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_F9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FASTFORWARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FAVORITES - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FILE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FINANCE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FIND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FIRST - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_B - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_D - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_E - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_ESC - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F10 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F11 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F12 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_F9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FN_S - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FORWARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FORWARDMAIL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FRAMEBACK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FRAMEFORWARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FRONT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_FRONT_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_G - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_GAMES - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_GOTO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_GRAPHICSEDITOR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_GRAVE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_GREEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_H - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HANGEUL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HANGUEL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HANJA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HELP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HENKAN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HIRAGANA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HOME - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HOMEPAGE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_HP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_I - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_INFO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_INS_LINE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_INSERT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ISO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_J - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_K - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KATAKANA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KATAKANAHIRAGANA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KBDILLUMDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KBDILLUMTOGGLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KBDILLUMUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KEYBOARD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP0 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KP9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPASTERISK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPCOMMA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPDOT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPENTER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPEQUAL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPJPCOMMA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPLEFTPAREN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPMINUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPPLUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPPLUSMINUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPRIGHTPAREN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_KPSLASH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_L - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LANGUAGE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LAST - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFT_ENTER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFT_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFTALT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFTBRACE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFTCTRL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFTMETA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LEFTSHIFT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LINEFEED - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LIST - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_LOGOFF - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_M - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MACRO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MAIL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MEDIA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MEDIA_REPEAT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MEMO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MENU - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MESSENGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MHP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MINUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MODE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MOTION_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MOVE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MP3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MSDOS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MUHENKAN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_MUTE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_N - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NEW - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NEWS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NEXT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NEXTSONG - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_0 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_5 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_6 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_7 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_8 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_9 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_POUND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMERIC_STAR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_NUMLOCK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_O - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_OK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_OPEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_OPTION - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_P - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PAGEDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PAGEUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PASTE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PAUSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PAUSECD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PC - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PHONE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PISTOL_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PLAY - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PLAYCD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PLAYER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PLAYPAUSE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_POWER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_POWER2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PRESENTATION - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PREVIOUS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PREVIOUSSONG - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PRINT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROG1 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROG2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROG3 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROG4 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROGRAM - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PROPS - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_PVR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_Q - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_QUESTION - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_R - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RADIO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RECORD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RED - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_REDO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_REFRESH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_REPLY - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RESERVED - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RESTART - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_REWIND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHT_ENTER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHT_TRIGGER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHTALT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHTBRACE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHTCTRL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHTMETA - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RIGHTSHIFT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_RO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_S - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SAT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SAT2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SAVE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCALE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCREEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCREENLOCK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCROLLDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCROLLLOCK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SCROLLUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SEARCH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SELECT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SEMICOLON - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SEND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SENDFILE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SETUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SHOP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SHUFFLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SLASH - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SLEEP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SLOW - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SOUND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SPACE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SPELLCHECK - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SPORT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SPREADSHEET - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_STOP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_STOPCD - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SUBTITLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SUSPEND - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SWITCHVIDEOMODE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_SYSRQ - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_T - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TAB - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TAPE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TEEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TEXT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TIME - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TITLE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TUNER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TV - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TV2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_TWEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_U - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_UNDO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_UNKNOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_UP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_UWB - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_V - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VCR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VCR2 - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VENDOR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VIDEO - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VIDEO_NEXT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VIDEO_PREV - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VIDEOPHONE - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VOICEMAIL - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VOLUMEDOWN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_VOLUMEUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_W - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_WAKEUP - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_WIMAX - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_WLAN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_WORDPROCESSOR - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_WWW - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_X - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_XFER - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_Y - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_YELLOW - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_YEN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_Z - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ZENKAKUHANKAKU - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ZOOM - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ZOOMIN - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ZOOMOUT - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VSCAN_ZOOMRESET - Static variable in class com.datalogic.device.input.KeyboardManager.VScanCode
 
VScanCode() - Constructor for class com.datalogic.device.input.KeyboardManager.VScanCode
 
VScanEntry - Class in com.datalogic.device.input
This class stores a virtual key scan code entry.
VScanEntry(int) - Constructor for class com.datalogic.device.input.VScanEntry
The VScan code is the physical scan code.

W

WAKEUP_SOURCE_ERROR - Static variable in exception com.datalogic.device.DeviceException
It is a Wakeup Source error.
WakeupSource - Enum in com.datalogic.device.power
The WakeupSource enumeration is the class that includes the power wakeup sources.
webWedge - Variable in class com.datalogic.decode.configuration.ScannerProperties
Provides configuration for the Web wedge.
WebWedge - Class in com.datalogic.decode.configuration
WebWedge is the class that configures the Decode Wedge capability for direct web browsing.
WebWedge(PropertyGetter) - Constructor for class com.datalogic.decode.configuration.WebWedge
This is the constructor of WebWedge.
WEDGE_INTENT_ACTION_NAME - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_CATEGORY_NAME - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_DELIVERY_MODE - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_EXTRA_BARCODE_DATA - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_EXTRA_BARCODE_STRING - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_INTENT_EXTRA_BARCODE_TYPE - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_KEYBOARD_DELIVERY_MODE - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_KEYBOARD_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_KEYBOARD_ONLY_ON_FOCUS - Static variable in class com.datalogic.decode.PropertyID
 
WEDGE_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
WEDGE_WEB_ENABLE - Static variable in class com.datalogic.decode.PropertyID
 
wedgeMode - Variable in class com.datalogic.decode.configuration.KeyboardWedge
wedgeMode indicates the method by which the KeyboardWedge operates.
width() - Method in class com.datalogic.softspot.SoftSpot.WorkingArea
Width of the WorkingArea.
widthPixels() - Method in class com.datalogic.softspot.SoftSpot.WorkingArea
Width of the WorkingArea.
Wifi802Dot11Mode - Enum in com.datalogic.device.configuration
 
WIFI_802_DOT_11_MODE - Static variable in class com.datalogic.device.configuration.PropertyID
Selects the 802.11 mode to be used (b/g/n/a/ac).
WIFI_BAND_SELECTION - Static variable in class com.datalogic.device.configuration.PropertyID
Selects the band used by the device (2.4/5 GHz).
WIFI_CONNECTED_SCAN_INTERVAL - Static variable in class com.datalogic.device.configuration.PropertyID
Interval between scans when the device is on and connected.
WIFI_CONNECTED_SCAN_INTERVAL_MAX - Static variable in class com.datalogic.device.configuration.PropertyID
Maximum interval between scans when the device is on and connected.
WIFI_GROUP - Static variable in class com.datalogic.device.configuration.PropertyGroupID
Root of the subtree of Wifi's properties.
WIFI_MIB_BASE - Static variable in class com.datalogic.device.configuration.PropertyGroupID
 
WIFI_POWER_SAVE - Static variable in class com.datalogic.device.configuration.PropertyID
Selects the power saving mode used.
WIFI_ROAMING_PROFILE - Static variable in class com.datalogic.device.configuration.PropertyID
Enables roaming profiles.
WIFI_ROAMING_RSSI_DIFFERENCE - Static variable in class com.datalogic.device.configuration.PropertyID
Signal difference between the current AP and the target AP for roaming.
WIFI_ROAMING_RSSI_THRESHOLD - Static variable in class com.datalogic.device.configuration.PropertyID
Signal threshold for triggering the roaming background scan.
WIFI_SCAN_INTERVAL - Static variable in class com.datalogic.device.configuration.PropertyID
Interval between scans when the device is on and disconnected.
WIFI_SCAN_INTERVAL_MAX - Static variable in class com.datalogic.device.configuration.PropertyID
Maximum interval between scans when the device is on and disconnected.
WIFI_TYPE - Static variable in class com.datalogic.device.info.SYSTEM
Returns the type of the Wi-Fi adapter.
WIFI_UNKNOWN - Static variable in class com.datalogic.device.configuration.PropertyID
 
WIFI_VERBOSE_WIFI_MODULE_LOG - Static variable in class com.datalogic.device.configuration.PropertyID
Enables the verbose Wi-Fi module logging.
WifiBandSelection - Enum in com.datalogic.device.configuration
 
wifiEnable - Variable in class com.datalogic.decode.configuration.QRCode
wifiEnable controls if the QR code Wi-Fi configuration format is enabled.
WifiPowerSave - Enum in com.datalogic.device.configuration
 
WiFiType - Enum in com.datalogic.device.info
The WiFiType enumeration lists Wi-Fi types.
WorkingArea(int, int, int, int) - Constructor for class com.datalogic.softspot.SoftSpot.WorkingArea
Create a WorkingArea specifying pixels values.
WorkingArea(float, float, float, float) - Constructor for class com.datalogic.softspot.SoftSpot.WorkingArea
Create a WorkingArea specifying proportions on the screen.
WorkingArea(int, int, int, int, float, float, float, float, SoftSpot.WorkingArea.RotationBehavior) - Constructor for class com.datalogic.softspot.SoftSpot.WorkingArea
 

X

x - Variable in class com.datalogic.softspot.SoftSpot.Point
 

Y

y - Variable in class com.datalogic.softspot.SoftSpot.Point
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links