Hand Held Products 4X00 manual OemConnect, OemDefaultSymbology, OemDisableSymbology

Models: 4X00

1 90
Download 90 pages 3.78 Kb
Page 16
Image 16

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.

2 - 2

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

Page 16
Image 16
Hand Held Products 4X00 manual OemConnect, OemDefaultSymbology, OemDisableSymbology