Version 3.00 Feb. 2019
APPLICATION DEVELOPMENT GUIDE
MICR (EPSON TM Series)
14
2) MICR_DI_GETSTATUS
Parameter Explanation
Command MICR_DI_GETSTATUS
pData Not used.
pString Not used. Null character string is entered.
Explanation Transmits a command that obtains the MICR status. The
obtained status is notified by the DirectIOEvent.
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.
Requirement Open, Claim & Enable
3) MICR_DI_RECOVER_ERROR
Parameter Explanation
Command MICR_DI_RECOVER_ERROR
pData Not used
pString Not used. Null character string is entered.
Explanation Recover from recoverable error.
When a printer is not in an error mode, the command has no
effect on the printer.
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 The parameter is illegal.
Other Refer to the ResultCode item.
Requirement Open, Claim & Enable