Construct a CardResponseAPDU instance that contains just a status word SW.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal nSW As Integer _
)
This language is not supported or no code example is available.
public CardResponseAPDU(
int nSW
)
This language is not supported or no code example is available.
public:
CardResponseAPDU(
int nSW
)
This language is not supported or no code example is available.
Parameters
- 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. |
Marc, 9/29/2022.