public class ScannerConfig.DecoderParams.Matrix2of5 extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
int |
length1
Used to set decode lengths.
|
int |
length2
Used to set decode lengths.
|
boolean |
redundancy
Sets the reader to read the barcode twice before accepting data.
|
boolean |
reportCheckDigit
Transmit Matrix 2 of 5 data with or without the check digit.
|
boolean |
verifyCheckDigit
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
|
enabled
public int length1
Example Usage: matrix2of5.length1 = 10;
public int length2
Example Usage: matrix2of5.length2 = 0;
public boolean redundancy
Example Usage: matrix2of5.redundancy = false;
public boolean reportCheckDigit
Example Usage: matrix2of5.reportCheckDigit = true;
public boolean verifyCheckDigit
Example Usage: matrix2of5.verifyCheckDigit = true;