@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams.Code128 extends Object
Example Usage: Code128 code128 = profileConfig.dataCapture.barcode.decoderParams.code128;
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.ENABLED_STATE | 
check_isbt_table
Deprecated.  
The ISBT specification includes a table that lists several types of ISBT bar codes that are commonly used in pairs. 
 | 
ProfileConfig.ENABLED_STATE | 
enable_ean128
Deprecated.  
Set the EAN128 subtype. 
 | 
ProfileConfig.ENABLED_STATE | 
enable_isbt128
Deprecated.  
Set the ISBT128 subtype. 
 | 
ProfileConfig.ENABLED_STATE | 
enable_plain
Deprecated.  
Flag to enable other 128 sub types (besides GS1-128 and ISBT -128). 
 | 
ProfileConfig.ISBT128_CONTACT_MODE | 
isbt128_concat_mode
Deprecated.  
Select an option for concatenating pairs of ISBT code types. 
 | 
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). 
 | 
ProfileConfig.SECURITY_LEVEL | 
security_level
Deprecated.  
The scanner of fers four levels of decode security for Code 128 bar codes. 
 | 
public int length1
Example Usage: int length1 = code128.length1;
public int length2
Example Usage: int length2 = code128.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: code128.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE enable_plain
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: code128.enable_plain = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE enable_ean128
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: code128.enable_ean128 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE enable_isbt128
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: code128.enable_isbt128 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ISBT128_CONTACT_MODE isbt128_concat_mode
ProfileConfig.ISBT128_CONTACT_MODE. 
 
 Example Usage: code128.isbt128_concat_mode = ISBT128_CONTACT_MODE.DEFAULT;
public ProfileConfig.ENABLED_STATE check_isbt_table
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: code128.check_isbt_table = ENABLED_STATE.DEFAULT;
public ProfileConfig.SECURITY_LEVEL security_level
ProfileConfig.SECURITY_LEVEL. 
 
 Example Usage: code128.security_level = SECURITY_LEVEL.DEFAULT;