Share via


ElectronicValueRW.CaptureCard Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

The card left in the slot is removed.

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

Syntax

'Declaration
Public MustOverride Sub CaptureCard
public abstract void CaptureCard ()
public:
virtual void CaptureCard () abstract
public abstract void CaptureCard ()
public abstract function CaptureCard ()

Remarks

This method is effective, if the device is equipped with a card detection sensor.

When the card insertion slot sensor detects the card, because the card ejection process was executed, the application may call this method to keep and maintain the card.

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace