Share via


CheckScanner.ConcurrentMicr Property

2/27/2008

Gets or sets the Boolean value that indicates whether the Check Scanner device can conduct a MICR read.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Property ConcurrentMicr As Boolean
public abstract bool ConcurrentMicr { get; set; }
public:
virtual property bool ConcurrentMicr {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_ConcurrentMicr ()

/** @property */
public abstract void set_ConcurrentMicr (boolean value)
public abstract function get ConcurrentMicr () : boolean

public abstract function set ConcurrentMicr (value : boolean)

Remarks

If set to true, the Check Scanner device can conduct a MICR read during a check-scanning cycle.

For devices that are both a check scanner and a MICR reader, following a check scan, the device automatically passes the MICR data to the MICR service object. The check does not have to be re-read during the MICR BeginInsertion and EndInsertion methods.

If ConcurrentMicr is set to false and MICR data is required, it must read MICR data by using the MICR BeginInsertion and EndInsertion methods. In this case, the MICR read is usually performed before the check scanning process.

ConcurrentMicr is set by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
CheckScanner.CapConcurrentMicr Property
CheckScanner.CapMicrDevice Property