@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5 extends Object
Example Usage: Interleaved_2of5 interleaved2of5 = profileConfig.dataCapture.barcode.decoderParams.interleaved_2of5;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.CHECK_DIGIT_TYPE |
check_digit
Deprecated.
The check digit type to verify.
|
ProfileConfig.ENABLED_STATE |
convert_itf14_to_ean13
Deprecated.
Convert 14-character Interleaved 2 of 5 bar codes to EAN-13, and transmit as EAN-13.
|
int |
length1
Deprecated.
Use to set decode lengths (default - 14).
|
int |
length2
Deprecated.
Use to set decode lengths (default - 10).
|
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 Interleaved 2 of 5 data with or without the check digit (default - disabled).
|
ProfileConfig.SECURITY_LEVEL |
security_level
Deprecated.
Specifies security level
Use enum
ProfileConfig.SECURITY_LEVEL . |
public int length1
Example Usage: int length1 = interleaved2of5.length1;
public int length2
Example Usage: int length2 = interleaved2of5.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE
.
Example Usage: interleaved2of5.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.CHECK_DIGIT_TYPE check_digit
ProfileConfig.CHECK_DIGIT_TYPE
.
Example Usage: interleaved2of5.check_digit = CHECK_DIGIT_TYPE.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: interleaved2of5.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE convert_itf14_to_ean13
ProfileConfig.ENABLED_STATE
.
Example Usage: interleaved2of5.convert_itf14_to_ean13 = ENABLED_STATE.DEFAULT;
public ProfileConfig.SECURITY_LEVEL security_level
ProfileConfig.SECURITY_LEVEL
.
Example Usage: interleaved2of5.security_level = SECURITY_LEVEL.DEFAULT;