User Manual
Table Of Contents
- TABLE OF CONTENTS
- Section 1. Features and Specifications
- Section 2. mETHODS
- CLOSEDEVICE Method
- DEVICECONNECT Method
- DEVICEDISCONNECT Method
- GETDEVICE Method
- GETDEVICEWEB Method
- GETIMAGE Method
- GETIMAGEASBASE64FORMAT Method
- GETIMAGEASBASE64FORMATWEB Method
- GETIMAGEWEB Method
- GETINDEXVALUE Method
- GETINDEXVALUEWEB Method
- GETVALUE Method
- GETVALUEWEB Method
- LOGENABLE Method
- OPENDEVICE Method
- PROCESSCHECK Method
- PROCESSCHECKWEB Method
- QUERYINFO Method
- QUERYINFOWEB Method
- SAVEIMAGEBYINDEX Method
- SAVEIMAGEBYINDEXWEB Method
- SAVEIMAGEBYURL Method
- SAVEIMAGEBYURLWEB Method
- SENDCOMMAND Method
- SENDCOMMANDWEB Method
- SETINDEXVALUE Method
- SETINDEXVALUEWEB Method
- SETLOGFILEHANDLE Method
- SETLOGLEVEL Method
- SETVALUE Method
- SETVALUEWEB Method

Encrypting SPI IntelliHead
10
LOGENABLE METHOD
Enables or disables logging.
Syntax
Result =MTEXCELLAAPI1.LogEnable (ByVal bEnable As Integer )
Part
Description
bEnable
A value of true enables logging.
OPENDEVICE METHOD
Opens the device with the given device name.
Syntax
Result =MTEXCELLAAPI1.OpenDevice (ByVal lpszDeviceName As String ) as Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
Data Type
Long
PROCESSCHECK METHOD
Sends a scan check request with the given process options to a device.
Syntax
Result =MTEXCELLAAPI1.ProcessCheck (ByVal lpszDeviceName As String, ByVal
lpszOptions As String, ByRef lpszDocInfo As String, ByRef lplDocInfoSize As Long) as Long
Part
Description
lpszDeviceName
A string that specifies the name of the device.
lpszOptions
A string that specifies all the key/value pairs.
lpszDocInfo
A string containing the information returned from the device. The returned information
contains command status, MICR data, and image information.
lplDocInfoSize
The size of lpszDocInfo.
Data Type
Long