@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.MSI
extends java.lang.Object
Example Usage: MSI msi = profileConfig.dataCapture.barcode.decoderParams.msi;
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.CHECK_DIGIT | 
check_digit
Deprecated.  
With MSI symbols, one check digit is mandatory and always verified by the reader. 
 | 
ProfileConfig.CHECK_DIGIT_SCHEME | 
check_digit_scheme
Deprecated.  
Two algorithms are possible for the verification of the second MSI check digit. 
 | 
int | 
length1
Deprecated.  
Use to set decode lengths (default - 4). 
 | 
int | 
length2
Deprecated.  
Use to set decode lengths (default - 55). 
 | 
ProfileConfig.ENABLED_STATE | 
redundancy
Deprecated.  
Sets the reader to read the bar code twice before accepting data (default - enabled). 
 | 
ProfileConfig.ENABLED_STATE | 
report_check_digit
Deprecated.  
Transmit MSI data with or without the check digit (default - disabled). 
 | 
public int length1
Example Usage: int length1 = msi.length1;
public int length2
Example Usage: int length2 = msi.length2
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: msi.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.CHECK_DIGIT check_digit
ProfileConfig.CHECK_DIGIT. 
 
 Example Usage: msi.check_digit = CHECK_DIGIT.DEFAULT;
public ProfileConfig.CHECK_DIGIT_SCHEME check_digit_scheme
ProfileConfig.CHECK_DIGIT_SCHEME. 
 
 Example Usage: msi.check_digit_scheme = CHECK_DIGIT_SCHEME.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE. 
 
 Example Usage: msi.report_check_digit = ENABLED_STATE.DEFAULT;