Hand Held Products 4X00 Digital Camera User Manual


 
IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 3
oemDisableSymbologyAll
This function disables all symbologies from decoding, including any unknown symbologies.
Result_t oemDisableSymbologyAll (
void
)
Return Values
RESULT_SUCCESS
Parameters
None.
oemDisconnect
This function terminates the connection with the engine. Any resources used by the connection device driver are freed.
Result_t oemDisconnect (
void
)
Return Values
RESULT_SUCCESS
Parameters
None.
oemEnableSymbology
This function enables specified symbologies for decoding.
Result_t oemEnableSymbology (
BOOL *pSymbology
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
pSymbology
Points to an array of symbologies you want to enable. For example, if a value is set to 1 (i.e., pSymbology
[SYM_AZTEC]=1), then Aztec decoding is enabled.
Note: The array must be of size MAX_SYMBOLOGIES (Defined in Oemdecodece.h). You must initialize the entire array before
calling this function.
oemEnableSymbologyAll
This function enables all symbologies for decoding, including any unknown symbologies.
Result_t oemEnableSymbologyAll (
void
)
Return Values
RESULT_SUCCESS
Parameters
None.