public class ScannerConfig.DecoderParams.D2of5 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.
|
enabled
public int length1
Example Usage: d2of5.length1 = 0;
public int length2
Example Usage: d2of5.length2 = 14;
public boolean redundancy
Example Usage: d2of5.redundancy = true;