Variables
Properties of MSIPlessey Code

Variables

short CodeMSIPlesseyCheckDigit
 Evaluate/ignore check digit.
 
bool CodeMSIPlesseyInverted
 Code is inverted (white on black)/not inverted.
 
short CodeMSIPlesseyMaxDigits
 Maximum number of MSIPlessey code words.
 
short CodeMSIPlesseyMinDigits
 Minimum number of MSIPlessey code words.
 
bool CodeMSIPlesseyQuietzone
 Check/ignore quietzone.
 
bool CodeMSIPlesseyTransmitCheckDigit
 Append/do not append check digit to data.
 

Detailed Description

Variable Documentation

short CodeMSIPlesseyCheckDigit

Evaluate/ignore check digit.

The property check digit activates or deactivates the checking of any check digit which may be present. There are 5 different evaluations of check digits possible:

  • CVC_BC_MSI_PLESSEY_CHECKDIGIT_NO.
  • CVC_BC_MSI_PLESSEY_CHECKDIGIT_MOD10.
  • CVC_BC_MSI_PLESSEY_CHECKDIGIT_MOD11.
  • CVC_BC_MSI_PLESSEY_CHECKDIGIT_MOD10_10.
  • CVC_BC_MSI_PLESSEY_CHECKDIGIT_MOD10_11.
Parameters
[in,out]CodeMSIPlesseyCheckDigitEvaluate/ignore check digit of the code.
Returns
Evaluation status of check digit transmission.
bool CodeMSIPlesseyInverted

Code is inverted (white on black)/not inverted.

The property inverted set to TRUE specifies whether the barcode is present as a black on white image (invers = FALSE) or a white on black image (invers = TRUE). Normally barcodes are printed dark on a bright background in which case the value FALSE is passed. Under certain circumstances, the contrast ratio may be inverted. In such cases, the value TRUE is passed.

Parameters
[in,out]CodeMSIPlesseyInvertedCode is inverted (white on black)/not inverted.
Returns
Status of inverted flag.
short CodeMSIPlesseyMaxDigits

Maximum number of MSIPlessey code words.

The properties min_digits and max_digits parameters limit the number of code words for the code MSIPlessey. In general, this number is not identical to the number of coded data digits. The properties do not take account of any start and stop digits which may have been transmitted.

Parameters
[in,out]CodeMSIPlesseyMaxDigitsSet the maximum number of code words.
Returns
Maximum number of code words.
short CodeMSIPlesseyMinDigits

Minimum number of MSIPlessey code words.

The properties min_digits and max_digits parameters limit the number of code words for the code MSIPlessey. In general, this number is not identical to the number of coded data digits. The properties do not take account of any start and stop digits which may have been transmitted.

Parameters
[in,out]CodeMSIPlesseyMinDigitsSet the minimum number of code words.
Returns
Minimum number of code words.
bool CodeMSIPlesseyQuietzone

Check/ignore quietzone.

The property quietzone activates or deactivates checking for the presence of quietzones. If TRUE is specified, a check is performed for the presence of quiet zones; if FALSE is specified, no check is performed.

Parameters
[in,out]CodeMSIPlesseyQuietzoneCheck/ignore quietzone of the code.
Returns
Status of the quietzone flag.
bool CodeMSIPlesseyTransmitCheckDigit

Append/do not append check digit to data.

If necessary, the property transmit_checkdigit activates or deactivates transmission of a check digit. Specifying TRUE activates transmission; specifying FALSE deactivates it. If check digit is set to CVC_BC_MSI_PLESSEY_CHECKDIGIT_NO this parameter is ignored.

Parameters
[in,out]CodeMSIPlesseyTransmitCheckDigitAppend/do not append check digit of the code.
Returns
Status of check digit transmission flag.