public class ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific extends Object
| Modifier and Type | Field and Description | 
|---|---|
ScannerConfig.AdaptiveScanning | 
adaptiveScanning
This parameter enables or disables the adaptive scanning. 
 | 
int | 
beamTimer
Sets the maximum amount of time that the reader remains on (0 - 60,000 ms in increments of 100 ms). 
 | 
ScannerConfig.BeamWidth | 
beamWidth
Controls the beam width of a laser scanner. 
 | 
ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead | 
continuousRead
ContinuousRead class provides access to continuous scanning related parameters. 
 | 
ScannerConfig.Inverse1DMode | 
inverse1DMode
This parameter allows the user to select decoding on inverse 1D bar codes. 
 | 
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.PoorQualityDecodeEffortLevel | 
poorQualityDecodeEffortLevel
This parameter permits selection of enhancement modes for decoding barcodes of poor or degraded quality. 
 | 
ScannerConfig.PowerMode | 
powerMode
Set scanner power mode. 
 | 
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.Inverse1DMode inverse1DMode
ScannerConfig.Inverse1DMode.
 
 Example Usage: readerParams.cameraSpecific.inverse_1d_mode = Inverse1DMode.AUTO;
public ScannerConfig.PowerMode powerMode
ScannerConfig.PowerMode.public ScannerConfig.OneDQuietZoneLevel oneDQuietZoneLevel
ScannerConfig.OneDQuietZoneLevel.
 Example Usage: readerParams.laserSpecific.oneDQuietZoneLevel = OneDQuietZoneLevel.LEVEL_0;
public ScannerConfig.PoorQualityDecodeEffortLevel poorQualityDecodeEffortLevel
ScannerConfig.PoorQualityDecodeEffortLevel.
 Example Usage: readerParams.laserSpecific.poorQualityDecodeEffortLevel = PoorQualityDecodeEffortLevel.LEVEL_0;
public ScannerConfig.AdaptiveScanning adaptiveScanning
ScannerConfig.AdaptiveScanning.
 Example Usage: readerParams.laserSpecific.adaptiveScanning = AdaptiveScanning.ENABLE;
public ScannerConfig.BeamWidth beamWidth
ScannerConfig.BeamWidth.
 Example Usage: readerParams.laserSpecific.beamWidth = BeamWidth.NORMAL;