Creates a CardResponseAPDU instance by parsing a response APDU given as a byte array.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Shared Function ParseBytes( _
ByVal vbResponseAPDU As Byte() _
) As CardResponseAPDU
This language is not supported or no code example is available.
public static CardResponseAPDU ParseBytes(
byte[] vbResponseAPDU
)
This language is not supported or no code example is available.
public:
static CardResponseAPDU^ ParseBytes(
array< Byte >^ vbResponseAPDU
)
This language is not supported or no code example is available.
Parameters
- vbResponseAPDU
-
Type: byte[]
The complete response APDU just as it was received from the smart card. The parameter must not be null.
Return Value
Type: CardResponseAPDUA CardResponseAPDU.
Exception type | Condition |
---|---|
The parameter vbResponseAPDU was null. |
Marc, 9/29/2022.