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.
pMinLength
Points to a WORD variable that contains the minimum length decoded Plessey Code message the engine should return. Plessey Code messages smaller than this minimum length are not reported by the engine. The default value is 4.
pMaxLength
Points to a WORD variable that contains the maximum length decoded Plessey Code message the engine should return. Plessey Code messages larger than this maximum length are not reported by the engine. The default value is 48.
oemGetSetupPosiCode
This function is used to get the PosiCode symbology specific options.
Result_t oemGetSetupPosiCode (
SetupType_t SetupType, BOOL *pEnabled, WORD *pMinLength, WORD *pMaxLength, WORD *pLimited
)
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.
pMinLength
Points to a WORD variable that contains the minimum length decoded PosiCode message the engine should return. PosiCode messages smaller than this minimum length are not reported by the engine. The default value is 4.
pMaxLength
Points to a WORD variable that contains the maximum length decoded PosiCode message the engine should return. PosiCode messages larger than this maximum length are not reported by the engine. The default value is 48.
pLimited
Points to a WORD variable that reflects if Posicode Limited A or Posicode Limited B decoding is enabled. A value of 1 indicates Posicode Limited A is enabled , and a value of 2 indicates Posicode Limited B decoding is enabled. A value of 0 indicates that decoding of both Limited A and Limited B is disabled. The default value is 0.
IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide | 2 - 35 |