CardType enumeration.
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 name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown card type. | |
Processor | 1 | Processor smart card (T=0 or T=1). | |
I2C | 2 | I2C memory chip card (<=16kBit/2kByte). | |
XI2C | 3 | Extended I2C memory chip card (>16kBit/2kByte) | |
S9 | 4 | S9 or 3-Wire like SLE4428. | |
S10 | 5 | S10 or 2-Wire like SLE4442. |
Remarks
Currently only Processor is supported by BasicCard Library.