PointCardRW.CleanCard Method (POS for .NET v1.12 SDK Documentation)
2/27/2008
Cleans the read/write heads of the point card reader/writer.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub CleanCard
public abstract void CleanCard ()
public:
virtual void CleanCard () abstract
public abstract void CleanCard ()
public abstract function CleanCard ()
Remarks
CleanCard is supported only if CapCleanCard property is true.
CleanCard may throw a PosControlException exception with the following ErrorCodes:
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.
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
CapCleanCard