MIL_ID ResultCodeId, | //in |
MIL_INT ResultIndex, | //in |
MIL_INT64 ResultType, | //in |
void *UserVarPtr | //out |
This function retrieves the result of the specified type for a single code model occurrence or scan reflectance profile from a result buffer. Results are only available after calling McodeRead() or McodeGrade(). Note that, this function cannot be used to retrieve results which apply to the entire code context, to retrieve these results you must use McodeGetResult().
From a grading operation, a resulting quality grade (such as, M_CONTRAST_UNIFORMITY_GRADE) is typically based on a calculation described in ISO/IEC 15415:2011. The calculation returns one result per codeword or one result per code, depending on what was being graded. In most cases, there is a non-grade result which has more information about the test performed (such as, M_CONTRAST_UNIFORMITY). The grade is based on a scale from 4.0 to 0.0 that is converted to an alphabetic grade (A through F).
For more information on code model and code context settings required by McodeGrade(), see the Customizing read and grading operation settings section of Chapter 12: Codes.
If your target image was associated with a calibration context, positional and dimensional results are, by default, returned with respect to the relative coordinate system of the image. Otherwise, these results are returned in pixels, relative to the top-left pixel in the target image.
If your target image was associated with a calibration context but you want to retrieve positional and dimensional results in pixel units, use McodeControl() with the M_RESULT_OUTPUT_UNITS control type set to M_PIXEL. However, note that if you set M_RESULT_OUTPUT_UNITS to M_WORLD without specifying a calibrated target image in which to calculate the results, McodeGetResultSingle() will generate an error.
Specifies the code occurrence or scan reflectance profile from which to retrieve results.
For specifying the occurrence
index
|
|||||||||||||||||||||||||||||||||||||||
Value | Description
|
||||||||||||||||||||||||||||||||||||||
OccurrenceIndex + |
Specifies the index of the code occurrence in the result buffer from which to retrieve results. (more details...) |
You can add the following value to the above-mentioned value to specify the scan reflectance profile index.
To specify the scan reflectance profile
index
|
|||||||||||||||||||||||||||||||||||||||
Combination value |
Description
|
||||||||||||||||||||||||||||||||||||||
To specify the scan reflectance profile from which to retrieve results. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
To specify the scan reflectance profile index. |
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||
|
Specifies the type of result(s) to retrieve.
Not all result types are stored in the result buffer for all operations; the availability of results depends on which operation has been performed. In the tables below, the result types are grouped according to the operations after which they are available.
See the Parameter associations section for possible values that can be specified.
Specifies the address in which to place the specified result.
See the Parameter associations section for possible values that can be returned.
The tables below list possible values for the ResultType parameter and possible values returned to the UserVarPtr parameter.
To retrieve a result that is returned for both code read and grading operations, the ResultType parameter can be set to one of the following values:
Unless otherwise specified, the following values require that you pass the UserVarPtr parameter the address of a MIL_DOUBLE.
For retrieving results from a code read
or grading operation
|
|||||||||||||||||||||||||||||||||||||||
ResultType |
Description
|
||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_CODE_MODEL_ID + |
Retrieves the identifier of the code model that was used to read or grade the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_MODEL_INDEX + |
Retrieves the index of the code model, that was used to read or grade the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_TYPE + |
Retrieves the code type of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_4_STATE |
Specifies a 4-state code type. |
||||||||||||||||||||||||||||||||||||||
M_AZTEC |
Specifies an Aztec code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_BC412 |
Specifies a BC412 code type. |
||||||||||||||||||||||||||||||||||||||
M_CODABAR |
Specifies a Codabar code type. |
||||||||||||||||||||||||||||||||||||||
M_CODE39 |
Specifies a Code 39 code type. |
||||||||||||||||||||||||||||||||||||||
M_CODE93 |
Specifies a Code 93 code type. |
||||||||||||||||||||||||||||||||||||||
M_CODE128 |
Specifies a Code 128 code type. |
||||||||||||||||||||||||||||||||||||||
M_COMPOSITECODE |
Specifies a composite code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_DATAMATRIX |
Specifies a Data Matrix code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_EAN8 |
Specifies an EAN 8 code type. |
||||||||||||||||||||||||||||||||||||||
M_EAN13 |
Specifies an EAN 13 code type. |
||||||||||||||||||||||||||||||||||||||
M_EAN14 |
Specifies an EAN 14 code type. |
||||||||||||||||||||||||||||||||||||||
M_GS1_128 |
Specifies a GS1-128 code type. |
||||||||||||||||||||||||||||||||||||||
M_GS1_DATABAR |
Specifies a GS1 Databar code type. |
||||||||||||||||||||||||||||||||||||||
M_INDUSTRIAL25 |
Specifies an Industrial 2 of 5 (standard 2 of 5) code type. |
||||||||||||||||||||||||||||||||||||||
M_INTERLEAVED25 |
Specifies an Interleaved 25 (ITF-14) code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_MAXICODE |
Specifies a Maxicode code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_MICROPDF417 |
Specifies a MicroPDF417 code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_MICROQRCODE |
Specifies a Micro QR code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_PDF417 |
Specifies a PDF417 code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_PHARMACODE |
Specifies a Pharmacode code type. |
||||||||||||||||||||||||||||||||||||||
M_PLANET |
Specifies a Planet code type. |
||||||||||||||||||||||||||||||||||||||
M_POSTNET |
Specifies a Postnet code type. |
||||||||||||||||||||||||||||||||||||||
M_QRCODE |
Specifies a QR code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_TRUNCATED_PDF417 |
Specifies a Truncated PDF417 code type. INFO |
||||||||||||||||||||||||||||||||||||||
M_UPC_A |
Specifies a UPC-A code type. |
||||||||||||||||||||||||||||||||||||||
M_UPC_E |
Specifies a UPC-E code type. |
||||||||||||||||||||||||||||||||||||||
M_DATA_CODEWORDS + |
Retrieves the data codewords from the graphical representation of the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_ENCODING + |
Retrieves the type of encoding. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ENC_ALPHA |
Specifies an encoding scheme that supports uppercase alphabetical characters, along with the space. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_ALPHANUM |
Specifies an encoding scheme that supports alphanumeric characters, as well as the space. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_ALPHANUM_PUNC |
Specifies a similar encoding scheme to M_ENC_ALPHANUM, except it also supports the following characters: (,), (-), (/) and (. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_ASCII |
Specifies an encoding scheme that supports ASCII characters. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AUSTRALIA_MAIL_C |
Specifies an encoding scheme for a 4-state format used with the C encoding table by the Australian Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AUSTRALIA_MAIL_N |
Specifies an encoding scheme for a 4-state format used with the N encoding table by the Australian Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AUSTRALIA_MAIL_RAW |
Specifies an encoding scheme for a 4-state format used by the Australian Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AZTEC_COMPACT |
Specifies an encoding scheme for a compact Aztec code. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AZTEC_FULL_RANGE |
Specifies an encoding scheme for a full-range (not compact) Aztec code. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_AZTEC_RUNE |
Specifies an encoding scheme for an Aztec rune (the smallest version of an Aztec code). INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_EAN8 |
Specifies an encoding scheme for a composite code whose 1D portion uses an EAN-8 format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_EAN8_ADDON |
Specifies an encoding scheme for a composite code whose 1D portion uses an EAN-8 format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_EAN13 |
Specifies an encoding scheme for a composite code whose 1D portion uses an EAN-13 format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_EAN13_ADDON |
Specifies an encoding scheme for an EAN-13 format with a supplemental 2 or 5 digit add-on. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_128_MICROPDF417 |
Specifies an encoding scheme for a composite code whose 1D portion uses a GS1 128 format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_128_PDF417 |
Specifies an encoding scheme for a composite code whose 1D portion uses a GS1 128 format and whose 2D portion uses a PDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_EXPANDED |
Specifies an encoding scheme that uses a GS1 Databar format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_EXPANDED_STACKED |
Specifies an encoding scheme that uses a GS1 Databar Expanded Stacked format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_LIMITED |
Specifies an encoding scheme that uses a GS1 Databar Limited format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_OMNI |
Specifies an encoding scheme that uses a GS1 Databar format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_STACKED |
Specifies an encoding scheme that uses a GS1 Databar Stacked format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_STACKED_OMNI |
Specifies an encoding scheme that uses a GS1 Databar Stacked Omni format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_GS1_DATABAR_TRUNCATED |
Specifies an encoding scheme that uses a GS1 Databar Truncated format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_ISO8 |
Specifies a similar encoding scheme as M_ENC_ASCII, but supports the extended ASCII character set. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_KOREA_MAIL |
Specifies an encoding scheme for a 4-state format used by the Korean Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_MODE2 |
Specifies an encoding scheme that requires a Structured Carrier Message. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_MODE3 |
Specifies an encoding scheme that requires a Structured Carrier Message. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_MODE4 |
Specifies an encoding scheme that requires a Free Format Message. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_MODE5 |
Specifies an encoding scheme that requires a Free Format Message. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_MODE6 |
Specifies an encoding scheme that requires a Free Format Message. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_NUM |
Specifies an encoding scheme that only supports numbers. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_QRCODE_MODEL1 |
Specifies an encoding scheme that uses an older version of the QR code format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_QRCODE_MODEL2 |
Specifies an encoding scheme that uses a newer version of the QR code format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_STANDARD |
Specifies different types of encoding schemes, depending on what code type is used. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_UK_MAIL |
Specifies an encoding scheme for a 4-state format used by the UK Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_UPCA |
Specifies an encoding scheme for a composite code whose 1D portion uses an UPC-A format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_UPCA_ADDON |
Specifies an encoding scheme for an UPC-A format with a supplemental 2 or 5 digit add-on. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_UPCE |
Specifies an encoding scheme for a composite code whose 1D portion uses an UPC-E format and whose 2D portion uses a MicroPDF417 format. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_UPCE_ADDON |
Specifies an encoding scheme for an UPC_E format with a supplemental 2 or 5 digit add-on. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENC_US_MAIL |
Specifies an encoding scheme for a 4-state format used by the US Mail service. INFO |
||||||||||||||||||||||||||||||||||||||
5 <= Value <= 95 |
Specifies the minimum amount of the symbol that contains error correction information, as a percentage. INFO |
||||||||||||||||||||||||||||||||||||||
M_ERROR_CORRECTION + |
Retrieves the type of error correction scheme for the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ECC_4STATE |
Specifies the Reed Solomon-based algorithm or a check digit type of error correction scheme, depending on the specification of the encoding. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_200 |
Specifies a Reed Solomon-based algorithm as an error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_CHECK_DIGIT |
Specifies an additional digit to check whether there is an error or not. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_COMPOSITE |
Specifies the default error correction scheme for the 1D and 2D portions of the composite code. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_H |
Specifies the highest-level error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_L |
Specifies the lowest-level error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_M |
Specifies a medium-low level error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_n |
Specifies an error correction algorithm that uses convolution coding. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_NONE |
Specifies no error correction. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_Q |
Specifies a medium-high level error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_REED_SOLOMON |
Specifies a Reed Solomon type of error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_REED_SOLOMON_n |
Specifies a Reed Solomon type of error correction scheme. INFO |
||||||||||||||||||||||||||||||||||||||
M_ECC_UNKNOWN |
Specifies an unknown error correction scheme. |
||||||||||||||||||||||||||||||||||||||
5 <= Value <= 95 |
Specifies the minimum percentage of the symbol that contains error correction information. INFO |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_BOTTOM_LEFT_X + |
Retrieves the bottom-left position along the X-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_BOTTOM_LEFT_Y + |
Retrieves the bottom-left position along the Y-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_BOTTOM_RIGHT_X + |
Retrieves the bottom-right position along the X-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_BOTTOM_RIGHT_Y + |
Retrieves the bottom-right position along the Y-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_QUIET_ZONE_INCLUDED + |
Retrieves whether the quiet zone and the extended area were included when reading or grading the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result were not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the quiet zone and extended area were not included. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the quiet zone and extended area were included. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_TOP_LEFT_X + |
Retrieves the top-left position along the X-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_TOP_LEFT_Y + |
Retrieves the top-left position along the Y-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_TOP_RIGHT_X + |
Retrieves the top-right position along the X-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_TOP_RIGHT_Y + |
Retrieves the top-right position along the Y-axis of a code read or graded, including the extended area. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_IS_GS1 + |
Retrieves whether the code follows the industry standard for a GS1 code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the code does not follow the industry standard for a GS1 code. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the code follows the industry standard for a GS1 code. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER + |
Retrieves the number of codes read for all code models in the code context, during the last read or grading operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_CODEWORDS + |
Retrieves the number of codewords in the code; this includes data, overhead, and error correction codewords. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_DATA_CODEWORDS + |
Retrieves the number of data codewords in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_ERASURES + |
Retrieves the number of erasures in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_ERROR_CORRECTION_CODEWORDS + |
Retrieves the number of error correction codewords in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_ERRORS + |
Retrieves the number of errors found in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_OVERALL_SYMBOL_GRADE + |
Retrieves the overall symbol grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_BOTTOM_LEFT_X + |
Retrieves the bottom-left position along the X-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_BOTTOM_LEFT_Y + |
Retrieves the bottom-left position along the Y-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_BOTTOM_RIGHT_X + |
Retrieves the bottom-right position along the X-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_BOTTOM_RIGHT_Y + |
Retrieves the bottom-right position along the Y-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_INCLUDED + |
Retrieves whether the quiet zone is included in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the quiet zone is not included in the code. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the quiet zone is included in the code. |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_TOP_LEFT_X + |
Retrieves the top-left position along the X-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_TOP_LEFT_Y + |
Retrieves the top-left position along the Y-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_TOP_RIGHT_X + |
Retrieves the top-right position along the X-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_QUIET_ZONE_TOP_RIGHT_Y + |
Retrieves the top-right position along the Y-axis of a code read or graded, including the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_STATUS + |
Retrieves the status of a read or grading operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_STATUS_CRC_FAILED |
Specifies that the code read operation failed when validating the CRC (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_ECC_UNKNOWN |
Specifies an unknown error correction type (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_ENC_UNKNOWN |
Specifies an unknown encoding type (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_ENCODING_ERROR |
Specifies that an error occurred when decoding the code (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_GRADE_FAILED |
Specifies that the code grading operation failed (only for grading operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_GRADE_OK |
Specifies that the code grading was successful (only for grading operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_NO_RESULT_AVAILABLE |
Specifies that there are no results available (for read and grading operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_NOT_FOUND |
Specifies that the code was not found (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_READ_OK |
Specifies that the code read operation was successful (only for read operations). |
||||||||||||||||||||||||||||||||||||||
M_STATUS_TIMEOUT_END |
Specifies that the code operation timed out (for read and grading operations). |
||||||||||||||||||||||||||||||||||||||
M_TIMEOUT_END + |
Retrieves whether the timeout was reached. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the timeout limit was not reached. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the timeout limit was reached. |
To retrieve a result that is returned for a code read operation, the ResultType parameter can be set to one of the following values:
Unless otherwise specified, the following values require that you pass the UserVarPtr parameter the address of a MIL_DOUBLE.
For retrieving results from a code read
operation
|
|||||||||||||||||||||||||||||||||||||||
ResultType |
Description
|
||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ANGLE + |
Retrieves the angle, in degrees, at which the code was read, relative to the output coordinate system specified using McodeControl() with M_RESULT_OUTPUT_UNITS. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BOTTOM_LEFT_X + |
Retrieves the X-coordinate of the bottom-left corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BOTTOM_LEFT_Y + |
Retrieves the Y-coordinate of the bottom-left corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BOTTOM_RIGHT_X + |
Retrieves the X-coordinate of the bottom-right corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BOTTOM_RIGHT_Y + |
Retrieves the Y-coordinate of the bottom-right corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CELL_NUMBER_X + |
Retrieves the number of cells in the X-direction. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CELL_NUMBER_Y + |
Retrieves the number of cells in the Y-direction. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CELL_SIZE + |
Retrieves the size of the cell in X (module size (Z)) of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_FLIP + |
Retrieves whether the code was reversed or not. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FLIP |
Specifies that the code was reversed. |
||||||||||||||||||||||||||||||||||||||
M_NO_FLIP |
Specifies that the code was not reversed. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_VALUE + |
Retrieves the foreground color of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Retrieves the X-coordinate of the occurrence. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Retrieves the Y-coordinate of the occurrence. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCORE + |
Retrieves the confidence score of a read operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the confidence score of a read operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SIZE_X + |
Retrieves the size of the code in the X-direction. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SIZE_Y + |
Retrieves the size of the code in the Y-direction. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_STRING + |
Retrieves the decoded string. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_TEXT_CHAR |
||||||||||||||||||||||||||||||||||||||
M_STRING_SIZE + |
Retrieves the length of the decoded string. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_THRESHOLD_MODE + |
Retrieves the threshold mode used to internally binarize the source image of a read operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ADAPTIVE |
Specifies to use a fast dynamic local threshold. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_SEGMENTATION |
Specifies to use a global threshold value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_WITH_LOCAL_RESEGMENTATION |
Specifies that the source image will be globally thresholded and then the edges in the binarized image are resegmented according to the intensities of the surrounding bars and spaces in the original source image. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_THRESHOLD_VALUE + |
Retrieves the threshold value used to internally binarize the source image of a read operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TOP_LEFT_X + |
Retrieves the X-coordinate of the top-left corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TOP_LEFT_Y + |
Retrieves the Y-coordinate of the top-left corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TOP_RIGHT_X + |
Retrieves the X-coordinate of the top-right corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TOP_RIGHT_Y + |
Retrieves the Y-coordinate of the top-right corner of the code that was read. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TOTAL_STRING_SIZE + |
Retrieves the total length of all decoded strings. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: MIL_DOUBLE |
You can add the following value to the above-mentioned values to specify what type of symbols should be returned when dealing with unprintable characters.
For use with string result
types
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
||||||||||||||||||||||||||||||||||||||
M_ESCAPE_SEQUENCE |
Retrieves the string with its unprintable characters represented by their ASCII character codes, when combined with M_STRING. (more details...) |
To retrieve a result that is returned for a code grading operation, the ResultType parameter can be set to one of the following values:
Unless otherwise specified, the following values require that you pass the UserVarPtr parameter the address of a MIL_DOUBLE.
For retrieving results from a code
grading operation
|
|||||||||||||||||||||||||||||||||||||||
ResultType |
Description
|
||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_APERTURE_SIZE_USED + |
Retrieves the aperture size used. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ASTERISK + |
Retrieves whether an asterisk is appended to the overall symbol grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_AXIAL_NONUNIFORMITY + |
Retrieves the axial non-uniformity of the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the axial nonuniformity measure. |
||||||||||||||||||||||||||||||||||||||
M_AXIAL_NONUNIFORMITY_GRADE + |
Retrieves the axial nonuniformity of the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CELL_CONTRAST + |
Retrieves the cell contrast value (CC). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the CC value. |
||||||||||||||||||||||||||||||||||||||
M_CELL_CONTRAST_GRADE + |
Retrieves the cell contrast, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CELL_MODULATION_GRADE + |
Retrieves the modulation of the code, as a grade calculated using the ISO/IEC TR 29158:2011 standard. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_DECODABILITY + |
Retrieves the measure of the print quality of each codeword relative to the decoding algorithm. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_DECODABILITY_GRADE + |
Retrieves the decodability of each codeword in the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_DEFECTS + |
Retrieves and ranks the deviations in the expected signal that denotes a codeword in your code. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_DEFECTS_GRADE + |
Retrieves the codeword defects, as a grade for each codeword. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_MODULATION + |
Retrieves the modulation (MOD) of each codeword. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_MODULATION_GRADE + |
Retrieves the modulation (MOD) of each codeword, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_REFLECTANCE_MARGIN + |
Retrieves the reflectance margin of each codeword. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_REFLECTANCE_MARGIN_GRADE + |
Retrieves the reflectance margin for each codeword, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_YIELD + |
Retrieves the codeword yield result. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the codeword yield. |
||||||||||||||||||||||||||||||||||||||
M_CODEWORD_YIELD_GRADE + |
Retrieves the codeword yield, as a single grade for the entire code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_CONTRAST_UNIFORMITY + |
Retrieves the contrast uniformity of the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the contrast uniformity. |
||||||||||||||||||||||||||||||||||||||
M_CONTRAST_UNIFORMITY_GRADE + |
Retrieves the contrast uniformity, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_DECODABILITY_GRADE + |
Retrieves the measure of the print quality of the code relative to the decoding algorithm, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_DECODE_GRADE + |
Retrieves the code decodability, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies that the code can be read. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies that the code cannot be read. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_DEFECTS_GRADE + |
Retrieves the measure of defects in the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_DOT_SPACING_USED + |
Retrieves the actual spacing between dots present in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_CODEWORD_MODULATION + |
Retrieves the modulation of each codeword found in the code's extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_INT64 |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_CODEWORD_MODULATION_GRADE + |
Retrieves the modulation grade of each codeword found in the code's extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_INT64 |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_A1_GRADE + |
Retrieves the grade of the A1 segment of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_A2_GRADE + |
Retrieves the grade of the A2 segment of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_A3_GRADE + |
Retrieves the grade of the A3 segment of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_AVERAGE_GRADE + |
Retrieves the average grade of the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_B1_GRADE + |
Retrieves the grade of the B1 segment of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_B2_GRADE + |
Retrieves the grade of the B2 segment of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_C_GRADE + |
Retrieves the grade of the C segment of the specified QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_CLOCKTRACK_SOLID_GRADE + |
Retrieves the grade of the clock pattern and adjacent solid area segments of the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_GRADE + |
Retrieves the grade of the specified QR code or Micro QR code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_L1_GRADE + |
Retrieves the grade of the L1 segment of the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_L2_GRADE + |
Retrieves the grade of the L2 segment the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_QZL1_GRADE + |
Retrieves the grade of the QZL1 segment of the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_FIXED_PATTERN_DAMAGE_QZL2_GRADE + |
Retrieves the grade of the QZL2 segment of the specified Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_MODULATION_GRADE + |
Retrieves the grade of the modulation in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_REFLECTANCE_MAXIMUM + |
Retrieves the greatest reflectance within the extended area (that is, 20 times beyond the quiet zone) in any 2D code, except Maxicode. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_REFLECTANCE_MINIMUM + |
Retrieves the lowest reflectance within the extended area (that is, 20 times beyond the quiet zone) in any 2D code, except Maxicode. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_SYMBOL_CONTRAST + |
Retrieves the measure of the symbol contrast in the extended area (that is, 20 times beyond the quiet zone). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_EXTENDED_AREA_SYMBOL_CONTRAST_GRADE + |
Retrieves the modulation grade of the symbol contrast in the extended area (that is, 20 times beyond the quiet zone). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_A1_GRADE + |
Retrieves the fixed pattern damage in the A1 segment of the specified QR code or Micro QR code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_A2_GRADE + |
Retrieves the fixed pattern damage in the A2 segment of the specified QR code as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_A3_GRADE + |
Retrieves the fixed pattern damage in the A3 segment of the specified QR code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_AVERAGE_GRADE + |
Retrieves the average grade of the fixed pattern damage (FDP) of the specified Data Matrix code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_B1_GRADE + |
Retrieves the fixed pattern damage in the B1 segment of the specified QR code or Micro QR code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_B2_GRADE + |
Retrieves the fixed pattern damage in the B1 segment of the specified QR code or Micro QR code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_C_GRADE + |
Retrieves the fixed pattern damage in the C segment of the specified QR code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_CLOCKTRACK_SOLID_GRADE + |
Retrieves the grade of the clock pattern and adjacent solid area segments of the specified Data Matrix code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_GRADE + |
Retrieves the fixed pattern damage, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_L1_GRADE + |
Retrieves the grade of the L1 segment of a Data Matrix code, in the extended area (that is, 20 times beyond the quiet zone). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_L2_GRADE + |
Retrieves the grade of the L2 segment of a Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_QZL1_GRADE + |
Retrieves the grade of the QZL1 segment of a Data Matrix code, in the quiet zone, along the left-quadrant. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_PATTERN_DAMAGE_QZL2_GRADE + |
Retrieves the grade of the QZL2 segment of a Data Matrix code, in the extended area beyond the quiet zone. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FORMAT_INFORMATION_1_GRADE + |
Retrieves the readability of the format information in segment 1 of the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FORMAT_INFORMATION_2_GRADE + |
Retrieves the readabilityof the format information in segment 2 of the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_FORMAT_INFORMATION_GRADE + |
Retrieves the readability of the format information, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_GRID_NONUNIFORMITY + |
Retrieves the grid nonuniformity value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the grid nonuniformity. |
||||||||||||||||||||||||||||||||||||||
M_GRID_NONUNIFORMITY_GRADE + |
Retrieves the grid nonuniformity, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_MEAN_LIGHT_CALIBRATION + |
Retrieves the mean intensity of the centers of the white elements of the reference code (MLcal). (more details...) |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies the mean intensity of the centers of the white elements. |
||||||||||||||||||||||||||||||||||||||
M_MEAN_LIGHT_TARGET + |
Retrieves the mean intensity of the centers of the white elements of the code to grade (MLtarget). (more details...) |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies the mean intensity of the centers of the white elements. |
||||||||||||||||||||||||||||||||||||||
M_MINIMUM_REFLECTANCE + |
Retrieves the amount of reflectance in the white elements of the code to grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the amount of reflectance in the white elements, as a percentage. |
||||||||||||||||||||||||||||||||||||||
M_MINIMUM_REFLECTANCE_GRADE + |
Retrieves the minimum reflectance, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_MODULATION_GRADE + |
Retrieves the modulation of the code, as a grade calculated using the ISO standard. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_ROWS + |
Retrieves the number of rows graded in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_SCANS + |
Retrieves the total number of scan reflectance profiles analyzed in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_SCANS_PER_ROW + |
Retrieves the number of scan reflectance profiles per row. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_PRINT_GROWTH + |
Retrieves the print growth value. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the print growth value. |
||||||||||||||||||||||||||||||||||||||
M_PRINT_GROWTH_GRADE + |
Retrieves the print growth value, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_R_MAX + |
Retrieves the highest reflectance (Rmax) of a 2D Matrix code type, except Maxicode. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_R_MIN + |
Retrieves the lowest reflectance (Rmin) of a 2D Matrix code type, except Maxicode. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_RECOMMENDED_APERTURE_SIZE + |
Retrieves the recommended aperture size for the grading operation, following the ISO 15415 specification for 2D matrix codes and the ISO 15416 specification for all other available codes. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_REFLECTANCE_CALIBRATION + |
Retrieves the maximum reflectance value derived during the reflectance calibration phase (Rcal). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies the maximum reflectance value. |
||||||||||||||||||||||||||||||||||||||
M_REFLECTANCE_MARGIN_GRADE + |
Retrieves the assessment of the codeword print quality, based on the reflectance margin, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_ROW_OVERALL_GRADE + |
Retrieves the overall grade for each row in the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_DECODABILITY + |
Retrieves the decodability result of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the decodability value. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_DECODABILITY_GRADE + |
Retrieves the decodability result of the scan reflectance profile, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_DECODE_GRADE + |
Retrieves whether the decoding algorithm succeeded or failed, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies that the decoding algorithm succeeded. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies that the decoding algorithm failed. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_DEFECTS + |
Retrieves and ranks the defects in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the ranking of the defects. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_DEFECTS_GRADE + |
Retrieves the measure of defects of the scan reflectance profile, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_EDGE_CONTRAST_MINIMUM + |
Retrieves the minimum edge contrast of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the minimum edge contrast. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_EDGE_CONTRAST_MINIMUM_GRADE + |
Retrieves the minimum edge contrast, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_EDGE_DETERMINATION_GRADE + |
Retrieves the edge determination, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_ERN_MAXIMUM + |
Retrieves the highest ERN (element reflectance non-uniformity) in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the element reflectance non-uniformity maximum. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_GUARD_PATTERN + |
Retrieves the size of the interior guard pattern, expressed as a factor of the cell (module size (Z)) in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_SCAN_GUARD_PATTERN_GRADE + |
Retrieves the largest interior guard pattern, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_INTERCHARACTER_GAP + |
Retrieves the size of the largest intercharacter gap in the scan reflectance profile, expressed as a factor of the cell size (module size (Z)) in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the maximum intercharacter gap. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_INTERCHARACTER_GAP_GRADE + |
Retrieves the largest intercharacter gap, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies that the maximum intercharacter gap is under three times the module size (3Z). |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies that the maximum intercharacter gap is over 5.3 times the module size (5.3Z). |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the maximum intercharacter gap cannot be calculated because the M_PIXEL_SIZE_IN_MM is not set. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_MODULATION + |
Retrieves the modulation (MOD) of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the modulation value. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_MODULATION_GRADE + |
Retrieves the modulation (MOD) of the scan reflectance profile, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_PRINT_CONTRAST_SIGNAL + |
Retrieves the print contrast signal (PCS) of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the print contrast signal. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_PROFILE_END_X + |
Retrieves the X-coordinate of the end of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCAN_PROFILE_END_Y + |
Retrieves the Y-coordinate of the end of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCAN_PROFILE_START_X + |
Retrieves the X-coordinate of the start of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCAN_PROFILE_START_Y + |
Retrieves the Y-coordinate of the start of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SCAN_QUIET_ZONE + |
Retrieves the ratio between the expected quiet zone of the theoretical code model and the measured quiet zone of your code as a ratio of ( measured quiet zone size / expected quiet zone size ). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the scan quiet zone value. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_QUIET_ZONE_GRADE + |
Retrieves the quiet zone size, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_MAXIMUM + |
Retrieves the highest reflectance (Rmax ) of the scan reflectance profile, as a percentage. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the maximum reflectance. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_MINIMUM + |
Retrieves the lowest reflectance (Rmin ) of the scan reflectance profile, as a percentage. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the minimum reflectance. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_MINIMUM_GRADE + |
Retrieves a pass or fail grade for the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies that the scan reflectance profile passed. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies that the scan reflectance profile failed. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_PROFILE_GRADE + |
Retrieves the lowest grade from all the scan reflectance profile grading tests. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_PROFILE_LENGTH + |
Retrieves the number of values in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_SCAN_REFLECTANCE_PROFILE_VALUES + |
Retrieves the reflectance values of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_SCAN_SYMBOL_CONTRAST + |
Retrieves the code (symbol) contrast (SC) of the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the code (symbol) contrast. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_SYMBOL_CONTRAST_GRADE + |
Retrieves the code (symbol) contrast of the scan reflectance profile, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_WIDE_TO_NARROW_RATIO + |
Retrieves the ratio between the average of the widest and the average of the narrowest bar/space in the scan reflectance profile. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_SCAN_WIDE_TO_NARROW_RATIO_GRADE + |
Retrieves wide to narrow ratio, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_START_STOP_PATTERN_GRADE + |
Retrieves the average of the worst scan reflectance profile grades of each row, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_SYMBOL_CONTRAST + |
Retrieves the code (symbol) contrast (SC) value for the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the code (symbol) contrast value. |
||||||||||||||||||||||||||||||||||||||
M_SYMBOL_CONTRAST_GRADE + |
Retrieves the code (symbol) contrast (SC) value for the code as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_UNUSED_ERROR_CORRECTION + |
Retrieves the ratio of unused error correction to the total amount of error correction available for the code. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 1 |
Specifies the ratio of unused error correction within the code. |
||||||||||||||||||||||||||||||||||||||
M_UNUSED_ERROR_CORRECTION_GRADE + |
Retrieves the ratio of unused error correction to the total amount of error correction available for the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_VERSION_INFORMATION_1_GRADE + |
Retrieves the readability of the version information in segment 1 of the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_VERSION_INFORMATION_2_GRADE + |
Retrieves the readability of the version information in segment 2 of the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
||||||||||||||||||||||||||||||||||||||
M_VERSION_INFORMATION_GRADE + |
Retrieves the readability of the version information in the code, as a grade. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_A |
Specifies the best grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_B |
Specifies a good grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_C |
Specifies a fair grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_D |
Specifies a poor grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_F |
Specifies the worst grade for the result. |
||||||||||||||||||||||||||||||||||||||
M_CODE_GRADE_NOT_AVAILABLE |
Specifies that the result is not available for the code. |
You can add one of the following values to the above-mentioned values to determine the verification result of a composite code.
If neither of these combination constants is added to a result type, the 1D results are returned followed by the 2D part. Note that this does not include general results (number of rows, number of scanlines) where results are compounded into a single value.
Composite code verification
results
|
|||||||||||||||||||||||||||||||||||||||
Combination value | Description
|
||||||||||||||||||||||||||||||||||||||
M_2D_COMPONENT |
Retrieves the verification result of the 2D component of the composite code. |
||||||||||||||||||||||||||||||||||||||
M_LINEAR_COMPONENT |
Retrieves the verification result of the linear component of the composite code. |
You can add one of the following values to the above-mentioned values to cast the requested results to a required data type.
For specifying the data type
|
|||||||||||||||||||||||||||||||||||||||
ResultType |
Description
|
||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_DOUBLE |
Casts the requested results to a MIL_DOUBLE. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: MIL_DOUBLE |
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT |
Casts the requested results to a MIL_INT. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: MIL_INT |
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT32 |
Casts the requested results to a MIL_INT32. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: MIL_INT32 |
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT64 |
Casts the requested results to a MIL_INT64. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: MIL_INT64 |
||||||||||||||||||||||||||||||||||||||
M_TYPE_TEXT_CHAR |
Casts the requested results to a MIL_TEXT_CHAR. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr data type info |
Data
type: array of type MIL_TEXT_CHAR |
Header | Include mil.h. |
Library | Use mil.lib; milcode.lib. |
DLL | Requires mil.dll; milcode.dll. |