Parameters
nMinLength
The minimum length decoded QR Code message the engine should return. QR Code 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 QR Code message the engine should return. QR Code messages larger than this maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 3500.
oemSetupRSS
This function is used to set the RSS Expanded
Result_t oemSetupRSS (
WORD nMinLength, WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded RSS message the engine should return. RSS 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 RSS message the engine should return. RSS messages larger than this maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 80.
oemSetupStrt25
This function is used to set the Straight 2 of 5
Result_t oemSetupStrt25 (
WORD nMinLength, WORD nMaxLength
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
nMinLength
The minimum length decoded Straight 2 of 5 message the engine should return. Straight 2 of 5 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 Straight 2 of 5 message the engine should return. Straight 2 of 5 messages larger than this maximum length are reported by the engine. The maximum allowable value (as well as the default) is 48.
2 - 62 | IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide |