public class ScannerConfig.DecoderParams.I2of5 extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
boolean |
convertToEan13
Convert 14-character Interleaved 2 of 5 barcodes to EAN-13, and
transmit as EAN-13.
|
boolean |
febraban
Insert special check characters in the transmitted data stream of Interleaved 2 of 5 barcodes which are of length 14 and meet specific Febraban criteria.
|
int |
length1
Use to set decode lengths.
|
int |
length2
Use to set decode lengths.
|
boolean |
reducedQuietZone
Flag to Enable or Disable decoding of I2of5 barcodes with reduced quiet zones.
|
boolean |
redundancy
Sets the reader to read the barcode twice before accepting data.
|
boolean |
reportCheckDigit
Transmit Interleaved 2 of 5 data with or without the check digit.
|
ScannerConfig.SecurityLevel |
securityLevel
Specifies security level
Use enum
ScannerConfig.SecurityLevel . |
ScannerConfig.CheckDigitType |
verifyCheckDigit
The check digit type to verify.
|
enabled
public int length1
Example Usage: i2of5.length1 = 14;
public int length2
Example Usage: i2of5.length2 = 10;
public boolean redundancy
Example Usage: i2of5.redundancy = true;
public ScannerConfig.CheckDigitType verifyCheckDigit
ScannerConfig.CheckDigitType
.
Example Usage: i2of5.verifyCheckDigit = CHECK_DIGIT_TYPE.NO;
public boolean reportCheckDigit
Example Usage: i2of5.reportCheckDigit = true;
public boolean convertToEan13
Example Usage: i2of5.convertToEan13 = true;
public ScannerConfig.SecurityLevel securityLevel
ScannerConfig.SecurityLevel
.
Example Usage: i2of5.securityLevel = SecurityLevel.LEVEL_1;
public boolean reducedQuietZone
Example Usage: i2of5.reducedQuietZone = true;
public boolean febraban
Example Usage: i2of5.febraban = true;