Specifications
No
EPSON
TITLE
EPSON Advanced Printer Driver for TM series
StatusAPI
Reference Manual
Revision
L
NEXT
47
SHEET
46
3.29.
BiMICRGetStatus
[Function]
Acquires the MICR status.
[Format]
int BiMICRGetStatus( int nHandle, LPBYTE pStatus)
[Argument]
int nHandle
Specifies the handle value of the printer executing the function. The return value in BiOpenMonPrinter() is specified.
LPBYTE pStatus
Specifies the memory address where the MICR status is set. See the following MICR states concerning the types of MICR
status that are returned.
[Return Values]
If execution is successful, 0 is returned. If an error occurs, the following error codes (negative values) are returned.
ERR_ HANDLE The handle value that specifies the printer is incorrect.
ERR_NOT_SUPPORT Not supported by this printer.
ERR_OFFLINE It was opened in the offline state, so it cannot be used until the online state is recovered.
ERR_NOT_EPSON The printer is not an EPSON printer, so it cannot be used.
ERR_PARAM Parameter error
[Explanation]
The types of MICR status that can be acquired are as followed.
For the TM-H6000, TM-H6000II, TM-H5000II, TM-U675, TM-J7000/7100
Bit Function Value
0 1
0 Fixed Fixed at 0
1 Fixed Fixed at 1
2 Selects the MICR Function Selected Not selected
3 Waits for insertion of a
check/cleaning sheet.
Do not wait for
insertion
Wait for insertion
4 Fixed Fixed at 1
5 TOF Detector With form Without form
6 BOF Detector With form Without form
7 Fixed Fixed at 0
[Supported Printers]
TM-H6000, TM-H6000II, TM-U675, TM-H5000II
, TM-J7000/7100