@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.UPCA
extends java.lang.Object
Example Usage: UPCA upca = profileConfig.dataCapture.barcode.decoderParams.upca;
Modifier and Type | Field and Description |
---|---|
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.PREAMBLE preamble
ProfileConfig.PREAMBLE
.
Example Usage: upca.preamble = PREAMBLE.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: upca.report_check_digit = ENABLED_STATE.DEFAULT;