DetectionState Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the state of card detection.

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

Syntax

'Declaration
Public Enumeration DetectionState
public enum DetectionState
public enum class DetectionState
public enum DetectionState
public enum DetectionState

Members

Member name Description
Captured The card is in the stock space. The stock space sensor detects the card.
Detected There is a card in the device. The card detection sensor detects the card.
Entered Card remaining at the insertion slot. The insertion slot sensor detects the card.
NoCard No card. The card detection sensor does not detect a card.

Remarks

Replaces the EVRW_DS_CAPTURED, EVRW_DS_DETECTED, EVRW_DS_ENTERED, and EVRW_DS_NOCARD properties from UPOS. Used by the ElectronicValueRW.

See Also

Reference

Microsoft.PointOfService Namespace