Version 3.00 Feb. 2019
APPLICATION DEVELOPMENT GUIDE
CheckScanner
20
Returned value One of the following is returned and stored in the ResultCode
property.
Value Meaning
OPOS_SUCCESS DirectIO succeeded.
OPOS_E_CLOSED The device is closed.
OPOS_E_NOTCLAIMED The device is not claimed.
OPOS_E_DISABLED The device is disabled.
OPOS_E_ILLEGAL Specifies command number without a
function.
The parameter is illegal.
Other Refer to the ResultCode item.
Requirement Open, Claim & Enable
9) CHK_DI_TMSTORE_SET_INDEX
Parameter Explanation
Command CHK_DI_TMSTORE_SET_INDEX
pData Storage Memory ID
pString Not used. Null character string is entered.
Explanation Set up memory numbers (ID) of the memories stored in the
Storage Memory.
Please refer to the explanation of the
CHK_DI_EXTEND_TMSTORE command, subordinate to the
CHK_DI_ENDINSERTION_EXTEND command, regarding the
Storage Memory.
The available values by pData are integers between 1 and
65534.
When storing image data to the Storage Memory, specifies the
memory number (ID) set by the command. The command
shall be set before execution of the EndInsertion method.
When the memory number that had been used is specified,
memory is overwritten and saved. Please be careful with
overwriting on the saved image if there is any image stored
previously. The initial setup value is “1”.