oemSetupMSI

This function is used to set the MSI symbology-specific options.

Result_t oemSetupMSI (

WORD nMinLength, WORD nMaxLength, BOOL bXmitCheckChar

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

Parameters

nMinLength

The minimum length decoded MSI message the engine should return. MSI 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 MSI message the engine should return. MSI messages larger than this maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 48.

bXmitCheckChar

Points to a BOOL variable that determines if the engine will return the check character as part of the data string after a successful decode. If TRUE, the engine returns the check character. If FALSE, the check character is not returned. The default value is FALSE.

oemSetupMx25

This function is used to set the Matrix 2 of 5 symbology-specific options.

Result_t oemSetupMx25 (

WORD nMinLength, WORD nMaxLength,

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

Parameters

nMinLength

The minimum length decoded Matrix 2 of 5 message the engine should return. Matrix 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 Matrix 2 of 5 message the engine should return. Matrix 2 of 5 messages larger than this maximum length are reported by the engine. The maximum allowable value (as well as the default) is 80.

2 - 58

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

Page 72
Image 72
Hand Held Products 4X00 manual OemSetupMSI, OemSetupMx25, Resultt oemSetupMSI, Resultt oemSetupMx25