Package smartcard :: Package pyro :: Package server :: Module RemoteCardConnection :: Class RemoteCardConnection
[hide private]
[frames] | no frames]

Class RemoteCardConnection

source code


Remote connection class. Handles connection with a card inserted inside a remote PC.

Instance Methods [hide private]
 
__init__(self, cardConnectionComponent)
Construct a new remote card connection.
source code

Inherited from CardConnectionDecorator.CardConnectionDecorator: addObserver, addSWExceptionToFilter, connect, control, deleteObserver, disconnect, getATR, getProtocol, getReader, setErrorCheckingChain, setProtocol, transmit

Inherited from CardConnection.CardConnection: __del__, doControl, doTransmit

Inherited from Observer.Observable: clearChanged, countObservers, deleteObservers, hasChanged, notifyObservers, setChanged

Class Variables [hide private]

Inherited from CardConnection.CardConnection: RAW_protocol, T0_protocol, T15_protocol, T1_protocol

Method Details [hide private]

__init__(self, cardConnectionComponent)
(Constructor)

source code 

Construct a new remote card connection.

connection: the reader connection

Overrides: Synchronization.Synchronization.__init__