@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE1 extends Object
Example Usage: UPCE1 upce1 = profileConfig.dataCapture.barcode.decoderParams.upce1;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
convert_to_upca
Deprecated.
Enable this to convert UPCE1 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: upce1.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.PREAMBLE preamble
ProfileConfig.PREAMBLE
.
Example Usage: upce1.preamble = PREAMBLE.DEFAULT;
public ProfileConfig.ENABLED_STATE convert_to_upca
ProfileConfig.ENABLED_STATE
.
Example Usage: upce1.convert_to_upca = ENABLED_STATE.DEFAULT;