CardDetectionTypes Enumeration

2/27/2008

Enumerates the types of card detection.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CardDetectionTypes
[FlagsAttribute] 
public enum CardDetectionTypes
[FlagsAttribute] 
public enum class CardDetectionTypes
/** @attribute FlagsAttribute() */ 
public enum CardDetectionTypes
FlagsAttribute 
public enum CardDetectionTypes

Members

Member name Description
Capture The card is in the stock space. The stock space sensor detects the card.
Detect There is a card in the device. The card detection sensor detects the card.
Entry Card remaining at the insertion slot. The insertion slot sensor detects the card.

See Also

Reference

Microsoft.PointOfService Namespace