Oemsetuprss, Oemsetupstrt25, Oemsetuprss -62 oemsetupstrt25 -62 – Hand Held Products 4X00 User Manual

Page 76

Advertising
background image

2 - 62

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

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 symbology-specific options.

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 symbology-specific options.
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.

Advertising