class documentation
class CardConnectionDecorator:
Known subclasses: smartcard.ExclusiveConnectCardConnection.ExclusiveConnectCardConnection, smartcard.ExclusiveTransmitCardConnection.ExclusiveTransmitCardConnection
Constructor: CardConnectionDecorator(cardConnectionComponent)
Card connection decorator class.
| Method | __enter__ |
Undocumented |
| Method | __exit__ |
Undocumented |
| Method | __init__ |
Construct a new card connection decorator. |
| 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 |
| Method | transmit |
call inner component transmit |
| Instance Variable | component |
Undocumented |
overridden in
smartcard.ExclusiveConnectCardConnection.ExclusiveConnectCardConnection, smartcard.ExclusiveTransmitCardConnection.ExclusiveTransmitCardConnectionConstruct a new card connection decorator.
CardConnectionComponent: CardConnection component to decorate