public class DTFSymbology extends SymbologyBase
Constructor and Description |
---|
DTFSymbology(IAsciiCommandExecuting commander)
Initializes a new instance of the DTFSymbology class
|
Modifier and Type | Method and Description |
---|---|
BarcodeConfigurationEnableDisable |
getDTF()
Enable/Disable Discrete 2 of 5
(Default: Disabled)
|
BarcodeConfigurationLengths |
getDTFLengths()
Set Lengths for Discrete 2 of 5
Valid range 2-64 (Default: 12)
|
void |
setDTF(BarcodeConfigurationEnableDisable value) |
void |
setDTFLengths(BarcodeConfigurationLengths value) |
add, clearCache, getSaveRequired, makePermanent, setFactoryDefault
public DTFSymbology(IAsciiCommandExecuting commander)
commander
- Used to command the connected readerpublic BarcodeConfigurationEnableDisable getDTF()
public void setDTF(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationLengths getDTFLengths()
public void setDTFLengths(BarcodeConfigurationLengths value)