public class ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
differentSymbolTimeout
This setting is used to prevent the scanner from decoding another symbol within this time interval (applicable only when  
 isContinuousScan = true). 
 | 
boolean | 
isContinuousScan
Scan continuously; In this mode once the trigger is pulled the user can continue scanning barcodes without releasing the trigger 
 as long as new reads are submitted as soon as the earlier read is satisfied. 
 | 
int | 
sameSymbolTimeout
This setting is used to prevent the scanner driver from decoding the same symbol within this time interval (applicable only when 
 isContinuousScan = true). 
 | 
| Constructor and Description | 
|---|
ContinuousRead()  | 
public boolean isContinuousScan
public int sameSymbolTimeout
public int differentSymbolTimeout