@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.Discrete_2of5
extends java.lang.Object
Example Usage: Discrete_2of5 discrete_2of5 = profileConfig.dataCapture.barcode.decoderParams.discrete_2of5;
| Modifier and Type | Field and Description | 
|---|---|
int | 
length1
Deprecated.  
Used to set decode lengths (default - 0). 
 | 
int | 
length2
Deprecated.  
Used to set decode lengths (default - 14). 
 | 
ProfileConfig.ENABLED_STATE | 
redundancy
Deprecated.  
Sets the reader to read the bar code twice before accepting data (default - enabled). 
 | 
public int length1
Example Usage: int length1 = discrete_2of5.length1;
public int length2
Example Usage: int length2 = discrete_2of5.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: discrete_2of5.redundancy = ENABLED_STATE.DEFAULT;