public class MSISymbology extends SymbologyBase
Constructor and Description |
---|
MSISymbology(IAsciiCommandExecuting commander)
Initializes a new instance of the MSISymbology class
|
Modifier and Type | Method and Description |
---|---|
BarcodeConfigurationEnableDisable |
getMSI()
Enable/Disable MSI
(Default: Disabled)
|
BarcodeConfigurationValue |
getMSICheckDigitAlgorithm()
Select MSI Check Digit Algorithm
00h MOD 10/MOD 11
01h *MOD 10/MOD 10
|
BarcodeConfigurationValue |
getMSICheckDigits()
Select MSI Check Digits
00h *One MSI Check Digit
01h Two MSI Check Digits
|
BarcodeConfigurationLengths |
getMSILengths()
Set Lengths for MSI
Valid range 4-55 (Default: 4 to 55)
|
BarcodeConfigurationEnableDisable |
getTransmitMSICheckDigits()
Enable/Disable Transmit MSI Check Digit(s)
(Default: Disabled)
|
void |
setMSI(BarcodeConfigurationEnableDisable value) |
void |
setMSICheckDigitAlgorithm(BarcodeConfigurationValue value) |
void |
setMSICheckDigits(BarcodeConfigurationValue value) |
void |
setMSILengths(BarcodeConfigurationLengths value) |
void |
setTransmitMSICheckDigits(BarcodeConfigurationEnableDisable value) |
add, clearCache, getSaveRequired, makePermanent, setFactoryDefault
public MSISymbology(IAsciiCommandExecuting commander)
commander
- Used to command the connected readerpublic BarcodeConfigurationEnableDisable getMSI()
public void setMSI(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationLengths getMSILengths()
public void setMSILengths(BarcodeConfigurationLengths value)
public BarcodeConfigurationValue getMSICheckDigits()
public void setMSICheckDigits(BarcodeConfigurationValue value)
public BarcodeConfigurationEnableDisable getTransmitMSICheckDigits()
public void setTransmitMSICheckDigits(BarcodeConfigurationEnableDisable value)
public BarcodeConfigurationValue getMSICheckDigitAlgorithm()
public void setMSICheckDigitAlgorithm(BarcodeConfigurationValue value)