Saveimagebyurlweb method, Sendcommand method – MagTek Excella API OCX99875557 User Manual

Page 18

Advertising
background image

Encrypting SPI IntelliHead

14


SAVEIMAGEBYURLWEB METHOD

Gets the image data results from a previously scan.


Syntax

Result =MTEXCELLAAPI1. SaveImageByURLWeb (ByVal lpszDeviceName As String, ByVal
lpszDocInfo As String, ByVal lpszImageURL As String, ByVal lpszImgFileName As String
) as
Long

Part

Description

lpszDeviceName

A string that specifies the name of the device.

lpszDocInfo

A string containing the information previously returned from the device. The returned
information contains command status, MICR data, and image information.

lpszImageURL

The identification of the requested image.

lpszImgFileName

A string that contains the path and name of the file to save the image.

Remarks

SaveImageByURLWeb functions identically to SaveImageByURL. SaveImageByURLWeb is
intended to be used for webpage applications.

Data Type

Long



SENDCOMMAND METHOD
Sends a command to a device.


Syntax

Result =MTEXCELLAAPI1.SendCommand (ByVal lpszDeviceName As String, ByVal
lpszCommand As String, ByRef lpszResult As String, ByRef lplLength As Long
) as Long

Part

Description

lpszDeviceName

A string that specifies the name of the device.

lpszCommand

A string containing the command to sent to the device.

lpszResult

The buffer that receives the result of the command.

lplLength

The length of

lpszResult.

Data Type

Long

Advertising