@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.Codabar
extends java.lang.Object
Example Usage: Codabar codabar = profileConfig.Barcode.DecoderParams.Codabar;
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.ENABLED_STATE | 
clsi_editing
Deprecated.  
Enable this parameter to strip the start and stop characters and insert a space after the first, fifth, and tenth characters of a 14-character Codabar symbol. 
 | 
int | 
length1
Deprecated.  
Use to set decode lengths (default - 6). 
 | 
int | 
length2
Deprecated.  
Use to set decode lengths (default - 55). 
 | 
ProfileConfig.ENABLED_STATE | 
notis_editing
Deprecated.  
Enable this parameter to strip the start and stop characters from a decoded Codabar symbol. 
 | 
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 = codabar.length1;
public int length2
Example Usage: int length2 = codabar.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: codabar.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE clsi_editing
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: codabar.clsi_editing = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE notis_editing
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: codabar.notis_editing = ENABLED_STATE.DEFAULT;