public class ScannerConfig.DecoderParams.Code93 extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
int |
length1
Use to set decode lengths.
|
int |
length2
Use to set decode lengths.
|
boolean |
redundancy
Sets the reader to read the barcode twice before accepting data.
|
enabled
public int length1
Example Usage: int length1 = 0;
public int length2
Example Usage: code93.length2 = 55;
public boolean redundancy
Example Usage: code93.redundancy = true;