| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.PropertyGroup | |
| ↳ | com.datalogic.decode.configuration.Gs1DataBar_Limited | |
Gs1DataBar_Limited is the class that configures the GS1 DataBar
Limited Symbology.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| convertToGs1_128 | convertToGs1_128 convert the Gs1DataBar_Limited label to a GS1-128 barcode. |
||||||||||
| enable | enable enables or disables the symbology. |
||||||||||
| userID | userID specifies the symbology identifier (if any). |
||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of Gs1DataBar_Limited.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
| |||||||||||
convertToGs1_128 convert the Gs1DataBar_Limited label to a GS1-128 barcode.
userID specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the
global decode property sendCodeId is set to
USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.
This is the constructor of Gs1DataBar_Limited. All symbology options are initialized by editor.
| editor | A PropertyGetter used to load the current barcode family.
|
|---|