@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.Code11
extends java.lang.Object
Example Usage: Code11 code11 = profileConfig.dataCapture.barcode.decoderParams.code11;
Modifier and Type | Field and Description |
---|---|
int |
length1
Deprecated.
Use to set decode lengths (default - 4).
|
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 - enabled).
|
ProfileConfig.ENABLED_STATE |
report_check_digit
Deprecated.
Transmit Code 11 data with or without the check digit (default - disabled).
|
ProfileConfig.VERIFY_CHECK_DIGIT |
verify_check_digit
Deprecated.
Check the integrity of all Code 11 symbols to verify that the data complies with the specified check digit algorithm.
|
public int length1
Example Usage: int length1 = code11.length1;
public int length2
Example Usage: int length2 = code11.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE
.
Example Usage: code11.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.VERIFY_CHECK_DIGIT verify_check_digit
ProfileConfig.VERIFY_CHECK_DIGIT
.
Example Usage: code11.verify_check_digit = VERIFY_CHECK_DIGIT.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: code11.report_check_digit = ENABLED_STATE.DEFAULT;