Share via


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

2/27/2008

Ends the card detection process.

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

Syntax

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

Remarks

When called, the device ends card detection mode. If the card is correctly detected in the device control is returned to the application. If the card cannot be detected an exception is delivered with its ErrorCodeExtended property set to NoCard.

This method is called together with the BeginDetection method.

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