public class ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific extends Object
Modifier and Type | Field and Description |
---|---|
ScannerConfig.AimingPattern |
aimingPattern
Type of aiming pattern to be used for barcode scanning.
|
int |
beamTimer
Sets the maximum amount of time that the reader remains on (0 - 60,000 ms in increments of 100 ms).
|
int |
connectionIdleTime
This is the time (in seconds) when an external scanner is idle in a particular state (ScannerStates.IDLE to
ScannerStates.WAITING) after which the connection between the terminal and the scanner is severed to conserve
power.
|
ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead |
continuousRead
ContinuousRead class provides access to continuous scanning related parameters.
|
boolean |
disconnectOnExit
This parameter indicates to the scan driver to disconnect any existing connection between an
external Bluetooth scanner and the terminal.
|
int |
illuminationBrightness
Illumination Brightness of the Imager.
|
ScannerConfig.IlluminationMode |
illuminationMode
Turns imager illumination on and off.
|
ScannerConfig.Inverse1DMode |
inverse1DMode
This parameter allows the user to select decoding on inverse 1D bar codes.
|
ScannerConfig.LcdMode |
lcdMode
Enables or disables LCD mode.
|
ScannerConfig.LinearSecurityLevel |
linearSecurityLevel
Sets the number of times a bar code is read to confirm an accurate decode.
|
ScannerConfig.OneDQuietZoneLevel |
oneDQuietZoneLevel
This parameter sets the effort at which the decoder will attempt to decode margin-less barcodes.
|
ScannerConfig.PickList |
pickList
Allows the imager to decode only the bar code that is directly under the cross-hair/reticle (+) part of the pattern.
|
ScannerConfig.PoorQualityDecodeEffortLevel |
poorQualityDecodeEffortLevel
This parameter permits selection of enhancement modes for decoding barcodes of poor or degraded quality.
|
public ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead continuousRead
public int beamTimer
Example Usage: readerParams.beamTimer = 1500;
public ScannerConfig.LinearSecurityLevel linearSecurityLevel
ScannerConfig.LinearSecurityLevel
.
Example Usage: readerParams.linearSecurityLevel = LinearSecurityLevel.ALL_THRICE;
public ScannerConfig.PickList pickList
ScannerConfig.PickList
.
Example Usage: imagerSpecific.picklist = PickList.DISABLED;
public ScannerConfig.LcdMode lcdMode
ScannerConfig.LcdMode
.
Example Usage: imagerSpecific.lcdMode = LcdMode.DISABLED;
public ScannerConfig.Inverse1DMode inverse1DMode
ScannerConfig.Inverse1DMode
.
Example Usage: imagerSpecific.inverse1DMode = Inverse1DMode.AUTO;
public int illuminationBrightness
Example Usage: imagerSpecific.illuminationBrightness = 2;
public boolean disconnectOnExit
public int connectionIdleTime
public ScannerConfig.IlluminationMode illuminationMode
ScannerConfig.IlluminationMode
.
Example Usage: readerParams.imagerSpecific.illuminationMode = IlluminationMode.ON;
public ScannerConfig.AimingPattern aimingPattern
ScannerConfig.AimingPattern
.
Example Usage: readerParams.imagerSpecific.aimingPattern = AimingPattern.OFF;
public ScannerConfig.OneDQuietZoneLevel oneDQuietZoneLevel
ScannerConfig.OneDQuietZoneLevel
.
Example Usage: readerParams.imagerSpecific.oneDQuietZoneLevel = OneDQuietZoneLevel.LEVEL_0;
public ScannerConfig.PoorQualityDecodeEffortLevel poorQualityDecodeEffortLevel
ScannerConfig.PoorQualityDecodeEffortLevel
.
Example Usage: readerParams.imagerSpecific.poorQualityDecodeEffortLevel = PoorQualityDecodeEffortLevel.LEVEL_0;