@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams.Matrix_2of5 extends Object
Example Usage: Matrix_2of5 matrix2of5 = profileConfig.dataCapture.barcode.decoderParams.matrix_2of5;
Modifier and Type | Field and Description |
---|---|
int |
length1
Deprecated.
Used to set decode lengths (default - 10).
|
int |
length2
Deprecated.
Used to set decode lengths (default - 0).
|
ProfileConfig.ENABLED_STATE |
redundancy
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
|
ProfileConfig.ENABLED_STATE |
report_check_digit
Deprecated.
Transmit Matrix 2 of 5 data with or without the check digit(default - enabled).
|
ProfileConfig.ENABLED_STATE |
verify_check_digit
Deprecated.
Enable this feature to check the integrity of all Matrix 2 of 5 symbols to verify that the data complies with a specified check digit algorithm
(default - enabled).
|
public int length1
Example Usage: int length1 = matrix2of5.length1;
public int length2
Example Usage: int length2 = matrix2of5.length2;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE
.
Example Usage: matrix2of5.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: matrix2of5.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE verify_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: matrix2of5.verify_check_digit = ENABLED_STATE.DEFAULT;