Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

MSICodeCheckDigitCalculation

MSICodeCheckDigitCalculation defines the scheme used for calculating a check digit of an MSI barcode. It is defined as below:

Value Type Value Range Default Value Template Structure Type
string “MSICCDC_NO_CHECK_DIGIT”
“MSICCDC_MOD_10”
“MSICCDC_MOD_11”
“MSICCDC_MOD_1110”
“MSICCDC_MOD_1010”
“MSICCDC_MOD_10” FormatSpecification

Setting Methods

MSICodeCheckDigitCalculation can be set via JSON template.

As JSON Parameter

MSICodeCheckDigitCalculation as a JSON parameter is a number value defined as below.

Key Name Key Value
MSICodeCheckDigitCalculation “MSICCDC_NO_CHECK_DIGIT”, “MSICCDC_MOD_10”, “MSICCDC_MOD_11”, “MSICCDC_MOD_1110” or “MSICCDC_MOD_1010” as a string

JSON Example

{
    "MSICodeCheckDigitCalculation": "MSICCDC_MOD_10"
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: