2 - 60 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide

oemSetupPDF417
This function is used to set the PDF417 symbology-specific options.
Result_t oemSetupPDF417(
WORD nMinLength,
WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded PDF417 message the engine should return. PDF417 messages smaller than this
minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 1.
nMaxLength
The maximum length decoded PDF417 message the engine should return. PDF417 messages larger than this
maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 2750.
oemSetupPlanet
This function is used to set the Planet Code symbology-specific options.
Result_t oemSetupPlanet (
BOOL bXmitCheckDigit
)
Return Values
RESULT_SUCCESS
Parameters
bXmitCheckDigit
Points to a BOOL variable that determines if the engine will return the check digit as part of the data string after a
successful decode. If TRUE, the engine returns the check digit. If FALSE, the check digit is not returned. The default
value is FALSE.
oemSetupPlessey
This function is used to set the Plessey Code symbology-specific options.
Result_t oemSetupPlessey (
WORD nMinLength,
WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Plessey Code message the engine should return. Plessey Code messages smaller than
this minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 4.
nMaxLength
The maximum length decoded Plessey Code message the engine should return. Plessey Code messages larger than
this maximum length are reported by the engine. The maximum allowable value (as well as the default) is 48.