Epson TM-H6000IIIE 개발 매뉴얼 - 페이지 34

{카테고리_이름} Epson TM-H6000IIIE에 대한 개발 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Epson TM-H6000IIIE 45 페이지.
Epson TM-H6000IIIE에 대해서도 마찬가지입니다: 개발 매뉴얼 (26 페이지), 개발 매뉴얼 (32 페이지)

Epson TM-H6000IIIE 개발 매뉴얼

Section 5. Device Specific Programming

This section describes device specific programming of the CheckScanner devices.

5.1 Specifying the Extended Function of EndInsertion

In CheckScanner, you can set the extended function of EndInsertion using the
DirectIO method.
The following shows how to specify pre-scanning and filtering as the extended
function setting of EndInsertion.
Dim RC As Long
Dim Command As Long
Dim Data As Long
Dim Dummy As String
Command = CHK_DI_IMAGE_FILTER
Data = 1
Dummy = "0, 500, 1000, 1500"
RC = CheckScanner1.DirectIO (Command, Data, Dummy)
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
Command = CHK_DI_ENDINSERTION_EXTEND
Data = CHK_DI_EXTEND_PRESCAN Or CHK_DI_EXTEND_FILTER
Dummy = ""
31
APPLICATION DEVELOPMENT GUIDE
CheckScanner
Version 3.00 Feb. 2019