class documentation
class ExclusiveTransmitCardConnection(CardConnectionDecorator):
Constructor: ExclusiveTransmitCardConnection(cardconnection)
This decorator uses SCardBeginTransaction/SCardEndTransaction to preserve other processes of threads to access the card during transmit().
| Method | __init__ |
Construct a new card connection decorator. |
| Method | lock |
Lock card with SCardBeginTransaction. |
| Method | transmit |
Gain exclusive access to card during APDU transmission for if this decorator decorates a PCSCCardConnection. |
| Method | unlock |
Unlock card with SCardEndTransaction. |
Inherited from CardConnectionDecorator:
| Method | __enter__ |
Undocumented |
| Method | __exit__ |
Undocumented |
| Method | add |
call inner component addObserver |
| Method | add |
call inner component addSWExceptionToFilter |
| Method | connect |
call inner component connect |
| Method | control |
call inner component control |
| Method | delete |
call inner component deleteObserver |
| Method | disconnect |
call inner component disconnect |
| Method | get |
call inner component getATR |
| Method | get |
call inner component getAttrib |
| Method | get |
call inner component getProtocol |
| Method | get |
call inner component getReader |
| Method | reconnect |
call inner component reconnect |
| Method | release |
call inner component release |
| Method | set |
call inner component setErrorCheckingChain |
| Method | set |
call inner component setProtocol |
| Instance Variable | component |
Undocumented |