Oemsetupkoreanpost, Oemsetupmaxicode, Oemsetupkoreanpost -56 oemsetupmaxicode -56 – Hand Held Products 4X00 User Manual

Page 70

Advertising
background image

2 - 56

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

oemSetupKoreanPost

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

Result_t

oemSetupKoreanPost (
WORD nMinLength,
WORD nMaxLength
)

Return Values

RESULT_SUCCESS
RESULT_ERR_PARAMETER

Parameters

nMinLength

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

oemSetupMaxicode

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

Result_t

oemSetupMaxicode (
BOOL bCarrierMsgOnly,
WORD nMinLength,
WORD nMaxLength
)

Return Values

RESULT_SUCCESS
RESULT_ERR_PARAMETER

Parameters

bCarrierMsgOnly

Points to a BOOL variable that determines if the engine will return only the Structured Carrier Message portion of the
decoded message. When TRUE, the engine only returns the Structured Carrier Message data. When FALSE, the
engine returns the entire message. The default value is FALSE.

nMinLength

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

Advertising