msiCheckDigitScheme Meta Tag

PocketBrowser 3.x API

The msiCheckDigitScheme Meta Tag is an action tag used to set the msiCheckDigitScheme property to describe the check digit scheme to verify.

msiCheckDigitScheme (META Tag) Syntax
<META HTTP-Equiv="scanner" content="msiCheckDigitScheme:[parameter>

ParametersW Toggle Parameters

Items listed in this section indicate parameters, or attributes which can be set.

Name Possible Values Description
Default Value
msiCheckDigitScheme:[Value] mod_11_10/mod_10_10 if value is "mod_11_10 then the first check digit is MOD 11, the second is MOD 10. if value is "mod_10_10" then both check digits are MOD 10. Device specific
Copy parameters template to clipboard: Copy META Tag template to clipboard META Tags Copy Javascript template to clipboard Javascript

Examples Toggle Examples

The following example enables the scanner to read only msi labels with the CheckDigitScheme property set to both check digits being MOD 10:

<META HTTP-Equiv="scanner" Content="msi:enabled">
<META HTTP-Equiv="scanner" content="msicheckdigits:true">
<META HTTP-Equiv="scanner" Content="msiCheckDigitScheme:mod_10_10">
<META HTTP-Equiv="scanner" Content="enabled">
Copy example to clipboard Copy example to clipboard

Above example can also be written as shown below:

<META HTTP-Equiv="scanner" Content="msi:enabled;msicheckdigits:true;msiCheckDigitScheme:mod_10_10;enabled">
Copy example to clipboard Copy example to clipboard

or

<META HTTP-Equiv="scanner-msi" Content="enabled">
<META HTTP-Equiv="scanner-msicheckdigits" content="true">
<META HTTP-Equiv="scanner-msiCheckDigitScheme" Content="mod_10_10">
<META HTTP-Equiv="scanner-enabled" Content="SCN1">
Copy example to clipboard Copy example to clipboard

Info Toggle Additional Information

Supported Platforms Windows CE, Windows Mobile, Windows Mobile SE
Persistence This tag is persistent.
Min. Requirements Scanner or Imager module and device supports msi.