Boilerplate implementation of ICardTerminal.ResetCardTerminal.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Exception type | Condition |
---|---|
Thrown when a supplied object has been disposed. |
|
Thrown when the requested operation is invalid. |
This implementation checks whether this object was disposed and throws an
ObjectDisposedException if so. Also it checks whether the object was correctly
initialized and throws a InvalidOperationException if not. Finally it invokes the
abstract method
InternalResetCardTerminal which must be provided by the derived class.