CardType Enumeration
2/27/2008
Enumerates the possible card types recognized by POS for .NET.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Enumeration CardType
public enum CardType
public enum class CardType
public enum CardType
public enum CardType
Members
Member name | Description |
---|---|
Aamva | Card type is United States and Canadian Driver's License or ID Card. |
Blank | Card type is intentionally blank. |
Iso | ISO card type. |
JisOne | JIS Type I card type. |
JisTwo | JIS Type II card type. |
Other | Card type other than the ones mentioned above. |
Unknown | Unknown card type. |
Remarks
Used by the GoodRead, FailedRead, and UnreadableCard protected methods of the MsrBase class. CardType contains values that indicate the type of card swiped in an MSR device.