Logenable method, Opendevice method, Processcheck method – MagTek Excella API OCX99875557 User Manual

Page 14

Advertising
background image

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

Advertising