Hand Held Products 4X00 Digital Camera User Manual


 
2 - 24 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide
oemGetSetupDutchPost
This function is used to get theKIX (Netherlands) Post symbology-specific options.
Result_t oemGetSetupDutchPost (
SetupType_t SetupType,
BOOL *pEnabled
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER
Parameters
SetupType
SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.
pEnabled
Points to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUE
means the symbology is enabled; a FALSE means the symbology is disabled.
oemGetSetupEAN8
This function is used to get the EAN-8 symbology-specific options.
Result_t oemGetSetupEAN8 (
SetupType_t SetupType,
BOOL *pEnabled,
BOOL *bXmitCheckChar,
BOOL *pAddendaReq,
BOOL *bAddendaSeparator,
BOOL *bAddenda2Digit,
BOOL *bAddenda5Digit
)
Return Values
RESULT_SUCCESS
RESULT_ERR_PARAMETER