public class ScannerConfig.DecoderParams.CodaBar extends ScannerConfig.DecoderParams.BaseDecoder
Modifier and Type | Field and Description |
---|---|
boolean |
clsiEditing
Enable this parameter to strip the start and stop characters and
insert a space after the first, fifth, and tenth characters of a
14-character Codabar symbol.
|
int |
length1
Use to set decode lengths.
|
int |
length2
Use to set decode lengths.
|
boolean |
notisEditing
Enable this parameter to strip the start and stop characters from
a decoded Codabar symbol.
|
boolean |
redundancy
Sets the reader to read the barcode twice before accepting data.
|
enabled
public int length1
Example Usage: codabar.length1 = 6;
public int length2
Example Usage: codabar.length2 = 55;
public boolean redundancy
Example Usage: codabar.redundancy = true;
public boolean clsiEditing
Example Usage: codabar.clsi_editing = true;
public boolean notisEditing
Example Usage: codabar.notis_editing = true;