public class ScannerConfig.DecoderParams.Code11 extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
int |
length1
Use to set decode length.
|
int |
length2
Use to set decode length.
|
boolean |
redundancy
Sets the reader to read the barcode twice before accepting data.
|
boolean |
reportCheckDigit
Transmit Code 11 data with or without the check digit.
|
ScannerConfig.VerifyCheckDigit |
verifyCheckDigit
Check the integrity of all Code 11 symbols to verify that the
data complies with the specified check digit algorithm.
|
enabled
public int length1
Example Usage: code11.length1 = 4;
public int length2
Example Usage: code11.length2 = 55;
public boolean redundancy
Example Usage: code11.redundancy = true;
public ScannerConfig.VerifyCheckDigit verifyCheckDigit
ScannerConfig.VerifyCheckDigit
.
Example Usage: code11.verifyCheckDigit = VerifyCheckDigit.NO;
public boolean reportCheckDigit
Example Usage: code11.reportCheckDigit = false;