Version 3.00 Feb. 2019
APPLICATION DEVELOPMENT GUIDE
CheckScanner
24
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.
The device does not have Storage Memory
function.
Other Refer to the ResultCode item.
Requirement Open, Claim & Enable
12) CHK_DI_CHANGE_MODE
Parameter Explanation
Command CHK_DI_CHANGE_MODE
pData Indicates the value of reading mode to be set.
The value to be specified is one of the following.
CHK_DI_MODE_CHECKSCANNER
CHK_DI_MODE_CARDSCANNER
pString Not used. Null character string is entered.
Explanation By specifying CHK_DI_MODE_CHECKSCANNER in pData,
the mode becomes check scanner mode.
By specifying CHK_DI_MODE_CARDSCANNER in pData, the
mode becomes card scanner mode.
Settings become effective after the next execution of
BeginInsertion or EndInsertion.
The default value is CHK_DI_MODE_ CHECKSCANNER.