public class Code11Symbology extends SymbologyBase
Constructor and Description |
---|
Code11Symbology(IAsciiCommandExecuting commander)
Initializes a new instance of the Code11Symbology class
|
Modifier and Type | Method and Description |
---|---|
BarcodeConfigurationEnableDisable |
getCode11()
Enable/Disable Code 11
(Default: Disabled)
|
BarcodeConfigurationValue |
getCode11CheckDigitVerification()
Select Code 11 Check Digit Verification
00h *Disable
01h One Check Digit
02h Two Check Digits
|
BarcodeConfigurationLengths |
getCode11Lengths()
Get Lengths for Code 11
Valid range 4-55 (Default: 4 to 55)
|
BarcodeConfigurationEnableDisable |
getTransmitCode11CheckDigits()
Enable/Disable Transmit Code 11 Check Digits
(Default: Disabled)
|
void |
setCode11(BarcodeConfigurationEnableDisable value) |
void |
setCode11CheckDigitVerification(BarcodeConfigurationValue value) |
void |
setCode11Lengths(BarcodeConfigurationLengths value) |
void |
setTransmitCode11CheckDigits(BarcodeConfigurationEnableDisable value) |
add, clearCache, getSaveRequired, makePermanent, setFactoryDefault
public Code11Symbology(IAsciiCommandExecuting commander)
commander
- Used to command the connected readerpublic BarcodeConfigurationEnableDisable getCode11()
public void setCode11(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationLengths getCode11Lengths()
public void setCode11Lengths(BarcodeConfigurationLengths value)
public BarcodeConfigurationValue getCode11CheckDigitVerification()
public void setCode11CheckDigitVerification(BarcodeConfigurationValue value)
public BarcodeConfigurationEnableDisable getTransmitCode11CheckDigits()
public void setTransmitCode11CheckDigits(BarcodeConfigurationEnableDisable value)