public class GS1DataBarSymbology extends SymbologyBase
Constructor and Description |
---|
GS1DataBarSymbology(IAsciiCommandExecuting commander)
Initializes a new instance of the GS1DataBarSymbology class
|
Modifier and Type | Method and Description |
---|---|
BarcodeConfigurationEnableDisable |
getConvertGS1DataBartoUPCEAN()
Enable/Disable Convert GS1 DataBar to UPC/EAN
(Default: Disabled)
|
BarcodeConfigurationEnableDisable |
getGS1DataBar14()
Enable/Disable GS1 DataBar-14
(Default: Enabled)
|
BarcodeConfigurationEnableDisable |
getGS1DataBarExpanded()
Enable/Disable GS1 DataBar Expanded
(Default: Enabled)
|
BarcodeConfigurationEnableDisable |
getGS1DataBarLimited()
Enable/Disable GS1 DataBar Limited
(Default: Enabled)
|
void |
setConvertGS1DataBartoUPCEAN(BarcodeConfigurationEnableDisable value) |
void |
setGS1DataBar14(BarcodeConfigurationEnableDisable value) |
void |
setGS1DataBarExpanded(BarcodeConfigurationEnableDisable value) |
void |
setGS1DataBarLimited(BarcodeConfigurationEnableDisable value) |
add, clearCache, getSaveRequired, makePermanent, setFactoryDefault
public GS1DataBarSymbology(IAsciiCommandExecuting commander)
commander
- Used to command the connected readerpublic BarcodeConfigurationEnableDisable getGS1DataBar14()
public void setGS1DataBar14(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationEnableDisable getGS1DataBarLimited()
public void setGS1DataBarLimited(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationEnableDisable getGS1DataBarExpanded()
public void setGS1DataBarExpanded(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationEnableDisable getConvertGS1DataBartoUPCEAN()
public void setConvertGS1DataBartoUPCEAN(BarcodeConfigurationEnableDisable value)