@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE0
extends java.lang.Object
Example Usage: UPCE0 upce0 = profileConfig.dataCapture.barcode.decoderParams.upce0;
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.ENABLED_STATE | 
convert_to_upca
Deprecated.  
Enable to convert UPCE0 (zero suppressed) decoded data to UPC-A format before transmission. 
 | 
ProfileConfig.PREAMBLE | 
preamble
Deprecated.  
Preamble characters are part of the UPC symbol consisting of Country Code and System Character. 
 | 
ProfileConfig.ENABLED_STATE | 
report_check_digit
Deprecated.  
The check digit is the last character of the symbol used to verify the integrity of the data. 
 | 
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upce0.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.PREAMBLE preamble
ProfileConfig.PREAMBLE. 
 
 Example Usage: upce0.preamble = PREAMBLE.DEFAULT;
public ProfileConfig.ENABLED_STATE convert_to_upca
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: upce0.convert_to_upca = ENABLED_STATE.DEFAULT;