Epson ProofPlus TM-H6000III Development Manual - Page 21

Browse online or download pdf Development Manual for Scanner Epson ProofPlus TM-H6000III. Epson ProofPlus TM-H6000III 32 pages. Ecc printer
Also for Epson ProofPlus TM-H6000III: Product Manual (27 pages), Brochure (2 pages), Specifications (2 pages), Brochure (6 pages), User Manual (32 pages), Development Manual (26 pages), Development Manual (45 pages), Manual (10 pages), User Manual (29 pages)

Epson ProofPlus TM-H6000III Development Manual

Section 5. Device Specific Programming

This section describes device specific programming of the MICR devices.

5.1 Obtaining MICR Status in Real Time

It is possible to obtain the MICR's status by using the MICR's DirectIO method or
DirectIOEvent event.
The following is an example program that obtains the MICR status.
Global DIEFlag As Long
Global DIEData As Long
Dim RC As Long
Dim Dummy As Long
Dim Data As String
Dummy = 0
Data = ""
DIEFlag = 0
RC = OposMicr1.DirectIO (MICR_DI_GETSTATUS 'Command number
used
used
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
While( DIEFlag = 0 )
DoEvents
Wend
Status = DIEData
Dummy,
Data)
17
APPLICATION DEVELOPMENT GUIDE
MICR (EPSON TM Series)
Version 3.00 Feb. 2019
'Not
'Not