PointCardState Enumeration

2/27/2008

Enumerates the possible card states the point card device can be in.

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

Syntax

'Declaration
Public Enumeration PointCardState
public enum PointCardState
public enum class PointCardState
public enum PointCardState
public enum PointCardState

Members

Member name Description
Inserted There is a card in the device.
NoCard No card or card sensor position indeterminate.
Remaining There is a card remaining in an entrance.

Remarks

Used by the CardState property. Members of this enumeration replace the PCRW_STATE_NOCARD, PCRW_STATE_REMAINING, and PCRW_STATE_INRW UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PointCardRW.CardState Property