MSIChecksumAlgorithm Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Describes all supported MSI symbology checksum algorithms.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NoCheckDigit | 0 | No check digit (least common) | |
Modulo10 | 1 | The Modulo 10 check digit algorithm (most common) uses the Luhn algorithm. | |
Modulo11 | 2 | The Modulo 11 check digit algorithm. | |
Modulo1010 | 3 | The Modulo 1010 check digit algorithm. | |
Modulo1110 | 4 | The Modulo 1110 check digit algorithm. |
See Also