Version 3.00 Feb. 2019
APPLICATION DEVELOPMENT GUIDE
CheckScanner
27
14) CHK_DI_GET_SUPPORT_FUNCTION
Parameter Explanation
Command CHK_DI_GET_SUPPORT_FUNCTION
pData Sets the value to indicate the functions of the device.
pString Not used. Null character string is entered.
Explanation The function information of currently used device is set in pData.
When more than one function is loaded, logical OR of the
following constant numbers is set.
Check reading function is loaded : CHK_DI_CHECKSCANNER (1)
Card reading function is loaded : CHK_DI_CARDSCANNER (2)
TM Storage Memory is loaded : CHK_DI_TMSTORAGE (4)
Sharpening Support Firmware is loaded : CHK_DI_SHARPNESS (8)
Example:
When a device is loading check reading function and TM Storage
Memory, “5” is set in pData.
This information is the information of loading function for the
claimed device. If the claimed device is swapped, claim again
with new device. Otherwise, the information of loading function
cannot be acquired.
Even the device without Sharpening Support Firmware is able to
sharpen depending on its connection mode.
*1
To find out its capability, either checks the connection mode or
executes CHK_DI_SHARPNESS_IMAGE command of DirectIO
method.
*1
Available at UB-U05 connection only