Epson TM-H6000IIIP 개발 매뉴얼 - 페이지 22
{카테고리_이름} Epson TM-H6000IIIP에 대한 개발 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Epson TM-H6000IIIP 32 페이지.
Epson TM-H6000IIIP에 대해서도 마찬가지입니다: 개발 매뉴얼 (26 페이지), 개발 매뉴얼 (45 페이지)
[Event management]
Private Sub OposMicr1_DirectIOEvent (ByVal EventNumber As Long, pData As
Long, pString As String)
DIEData = pData
DIEFlag = 1
End Sub
5.2 Cleaning the MICR
The MICR device can be cleaned using the DirectIO method.
A special cleaning sheet is used for cleaning. When this command is executed,
please insert the cleaning sheet into the check paper entrance. For detailed
information on how to clean the MICR device, please refer to the product manual.
The following is an example program that cleans the MICR:
Dim RC As Long
Dim Dummy As Long
Dim Data As String
Dummy = 0
Data = ""
RC = OposMicr1.DirectIO (MICR_DI_CLEANING, 'Command number
used
used
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
Dummy,
Data)
18
APPLICATION DEVELOPMENT GUIDE
MICR (EPSON TM Series)
Version 3.00 Feb. 2019
'Not
'Not