PointCardRW.CleanCard Method
Cleans the read/write heads of the Point Card Reader/Writer.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim pointCardRW1 As PointCardRW
pointCardRW1.CleanCard()
Syntax
'Declaration
Public MustOverride Sub CleanCard()
public abstract void CleanCard();
public: abstract Void CleanCard();
public abstract void CleanCard();
public abstract function CleanCard() : Void;
Remarks
CleanCard is supported only if CapCleanCard property is TRUE.
CleanCard returns void if successful, and can throw the following exceptions:
Value |
Meaning |
Illegal |
The device has no cleaning capability. |
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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
CapCleanCard