@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams.UK_Postal extends Object
Example Usage: UK_Postal ukPostal = profileConfig.dataCapture.barcode.decoderParams.uk_Postal;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
report_check_digit
Deprecated.
Transmit UK Postal data with or without the check digit (default - disabled).
|
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: ukPostal.report_check_digit = ENABLED_STATE.DEFAULT;