Oemconnect, Oemdefaultsymbology, Oemdisablesymbology – Hand Held Products 4X00 User Manual

Page 16

Advertising
background image

2 - 2

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

Parameters

bEnable

If TRUE, the aiming mechanism is turned on; otherwise the aiming mechanism is turned off.

oemConnect

The application should call this function before any other API functions. Once an application has connected to the engine, all
other API functions can be successfully called. The application does not need to re-connect to the engine unless it has called
oemDisconnect (page 9).

Result_t

oemConnect ( )

Return Values

RESULT_SUCCESS
RESULT_ERR_DRIVER

Parameters

All Reserved, should be NULL

oemDefaultSymbology

This function sets the specified symbologies to their factory default configurations. See the individual setup functions to
determine the factory default setting for a particular symbology.

Result_t

oemDefaultSymbology (
BOOL *pSymbology,
)

Return Values

RESULT_SUCCESS
RESULT_ERR_PARAMETER

Parameters

pSymbology

Points to an array of symbologies you want to default. For example, if a value is set to 1 (i.e., pSymbology
[SYM_AZTEC]=1), then Aztec symbology is defaulted.

Note: The array must be of size MAX_SYMBOLOGIES (Defined in Oemdecodece.h). You must initialize the entire array before

calling this function.

oemDisableSymbology

This function disables specified symbologies from decoding.

Result_t

oemDisableSymbology (
BOOL *pSymbology
)

Return Values

RESULT_SUCCESS
RESULT_ERR_PARAMETER

Parameters

pSymbology

Points to an array of symbologies you want to disable. For example, if a value is set to 1 (i.e., pSymbology
[SYM_AZTEC]=1), then Aztec decoding is disabled.

Note: The array must be of size MAX_SYMBOLOGIES (Defined in Oemdecodece.h). You must initialize the entire array before

calling this function.

Advertising