Checksum
Defined in library scandit_datacapture_barcode
- Checksum
Added in version 6.7.0
An enumeration of possible checksum algorithms. The enumeration only lists optional checksum algorithms; mandatory checksums that can’t be changed are not listed here. Use the values below to set optional checksums for a symbology. The exact implementation chosen depends on the symbology and checksum algorithm. Only a subset of algorithms is supported for each symbology. Check the symbology documentation to see which checksums are supported.
- mod10
Added in version 6.7.0
Checksum is calculated using modulo of 10.
- mod11
Added in version 6.7.0
Checksum is calculated using modulo of 11.
- mod16
Added in version 6.7.0
Checksum is calculated using modulo of 16.
- mod43
Added in version 6.7.0
Checksum is calculated using modulo of 43.
- mod47
Added in version 6.7.0
Checksum is calculated using modulo of 47.
- mod103
Added in version 6.7.0
Checksum is calculated using modulo of 103.
- mod10AndMod11
Added in version 6.7.0
Checksum is calculated using two checksums, one using modulo of 10 and one using modulo of 11.
- mod10AndMod10
Added in version 6.7.0
Checksum is calculated using two different modulo of 10 checksums.