CardType enumeration.

Namespace: BasicCard.GenericCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum CardType
Visual Basic
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Enumeration CardType
Visual C++
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum class CardType
F#
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type CardType

Members

Member nameValueDescription
Unknown0 Unknown card type.
Processor1 Processor smart card (T=0 or T=1).
I2C2 I2C memory chip card (<=16kBit/2kByte).
XI2C3 Extended I2C memory chip card (>16kBit/2kByte)
S94 S9 or 3-Wire like SLE4428.
S105 S10 or 2-Wire like SLE4442.

Remarks

Currently only Processor is supported by BasicCard Library.

See Also