Resets a previously established communication connection with the card.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Function ReconnectCard( _
ByVal nSlot As Integer, _
ByRef vbATR As Byte() _
) As CardActivationResult
This language is not supported or no code example is available.
CardActivationResult ReconnectCard(
int nSlot,
out byte[] vbATR
)
This language is not supported or no code example is available.
CardActivationResult ReconnectCard(
int nSlot,
array< Byte >^& vbATR
)
This language is not supported or no code example is available.
Parameters
- nSlot
-
Type: int
Slot number of card terminal slot of interest. The primary slot is identified by the slot number zero. The slot number must be in the range from zero through Slots-1.
- vbATR
-
Type: byte[]
[out] Card ATR.
Return Value
Type: CardActivationResultReturns the result from the attempt to reset and reactivate the card. See CardActivationResult for possible return values.