Parses ATR to extract info about the card standard and card type.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal atr As Byte() _
)
This language is not supported or no code example is available.
public CardPcScPart3(
byte[] atr
)
This language is not supported or no code example is available.
public:
CardPcScPart3(
array< Byte >^ atr
)
This language is not supported or no code example is available.
Parameters
- atr
-
Type: byte[]
20-byte ATR.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |