Micrdata property, Micrtimeout property – MagTek MTMICRImage User Manual

Page 8

Advertising
background image

MTMicrImage.OCX

4

MICRDATA PROPERTY
Gets the raw data (MICR line or Magstripe) from the last read from the device.

Syntax

MICRImage.MicrData [ = value]

The MicrData property syntax has these parts:

Part

Description

Value

A string value containing the
last MICR data line read. If the
Device has a Magnetic Stripe
Reader, the MicrData Property
will have the last Magnetic
Stripe Data read.


Data Type

Read/Write

String



MICRTIMEOUT PROPERTY
Sets the amount of time (in seconds) to wait for a command to timeout when there is no response
from the device.

Syntax

MICRImage.MicrTimeOut [ = value]

The MicrTimeOut property syntax has these parts:

Part

Description

Value

A long integer containing the
time out for the MICRImage.


Remarks

Legal range is 1 to 60.

Default is 2 seconds.

This property indicates how long to wait before timing out from a MICR command. In versions
prior to 1.05, it was also used to indicate how long to wait for an image transfer. The image
transfer now uses a watchdog timer.

Data Type

Read/Write

Long

Advertising