Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function Reset() As Boolean
This language is not supported or no code example is available.
public bool Reset()
This language is not supported or no code example is available.
public:
bool Reset()
This language is not supported or no code example is available.
Return Value
Type: boolIf the card reset was successful, then true is returned. If the attempt to reset the card failed, then false is returned.
Exception type | Condition |
---|---|
If the card handle is invalid, because the original card was removed from the card terminal, then a CardTerminalException with code CardTerminalExceptionCode.CardWithdrawn will be thrown. |