2 - 2 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s GuideParametersbEnableIf TRUE, the aiming mechanism is turned on; otherwise the aiming mechanism is turned off.oemConnectThe application should call this function before any other API functions. Once an application has connected to the engine, allother API functions can be successfully called. The application does not need to re-connect to the engine unless it has calledoemDisconnect (page 9).Result_t oemConnect ( )Return ValuesRESULT_SUCCESSRESULT_ERR_DRIVERParametersAll Reserved, should be NULLoemDefaultSymbologyThis function sets the specified symbologies to their factory default configurations. See the individual setup functions todetermine the factory default setting for a particular symbology.Result_t oemDefaultSymbology (BOOL *pSymbology,)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParameterspSymbologyPoints 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 beforecalling this function.oemDisableSymbologyThis function disables specified symbologies from decoding.Result_t oemDisableSymbology (BOOL *pSymbology)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETERParameterspSymbologyPoints 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 beforecalling this function.