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