ScannerConfig.CheckDigitScheme

EMDK For Android 4.2

Two algorithms are possible for the verification of the second MSI check digit. Select the algorithm used to encode the check digit.

Example Usage:


CheckDigitScheme.MOD_11_10;

Values:

  • MOD_11_10 -First check digit is MOD 11 and second check digit is MOD 10.

  • MOD_10_10 -Both check digits are MOD 10.