Construct a CardResponseAPDU instance from a the response data and the status word SW.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- vbData
-
Type: byte[]
The response data just as it was received from the smart card. The parameter must not be null. Valid response data lengths range from 1 through MAXEXTENDEDLR = 65536.
- nSW
-
Type: int
The status word SW as an integer in the range from 0x0000 through 0xFFFF.
Exception type | Condition |
---|---|
Thrown when one or more arguments are outside the required range. |
|
Thrown when one or more required arguments are null. |
Marc, 9/29/2022.