Checksum#
Defined in framework ScanditBarcodeCapture
-
SDCChecksum
# Added in version 6.0.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.
-
SDCChecksumMod10
# Added in version 6.0.0
Checksum is calculated using modulo of 10.
-
SDCChecksumMod11
# Added in version 6.0.0
Checksum is calculated using modulo of 11.
-
SDCChecksumMod16
# Added in version 6.0.0
Checksum is calculated using modulo of 16.
-
SDCChecksumMod43
# Added in version 6.0.0
Checksum is calculated using modulo of 43.
-
SDCChecksumMod47
# Added in version 6.0.0
Checksum is calculated using modulo of 47.
-
SDCChecksumMod103
# Added in version 6.0.0
Checksum is calculated using modulo of 103.
-
SDCChecksumMod10AndMod11
# Added in version 6.0.0
Checksum is calculated using two checksums, one using modulo of 10 and one using modulo of 11.
-
SDCChecksumMod10AndMod10
# Added in version 6.0.0
Checksum is calculated using two different modulo of 10 checksums.
-