Checksum

Defined in package com.scandit.datacapture.barcode

Checksum

Added in version 8.6.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.

MOD_10

Added in version 8.6.0

Checksum is calculated using modulo of 10.

MOD_11

Added in version 8.6.0

Checksum is calculated using modulo of 11.

MOD_16

Added in version 8.6.0

Checksum is calculated using modulo of 16.

MOD_43

Added in version 8.6.0

Checksum is calculated using modulo of 43.

MOD_47

Added in version 8.6.0

Checksum is calculated using modulo of 47.

MOD_103

Added in version 8.6.0

Checksum is calculated using modulo of 103.

MOD_1110

Added in version 8.6.0

Checksum is calculated using two checksums, one using modulo of 10 and one using modulo of 11.

MOD_1010

Added in version 8.6.0

Checksum is calculated using two different modulo of 10 checksums.