Package smartcard :: Module CardService :: Class CardService
[hide private]
[frames] | no frames]

Class CardService

source code


Card service abstract class. Known subclasses: smartcard.PassThruCardService

Instance Methods [hide private]
 
__init__(self, connection, cardname=None)
Construct a new card service and bind to a smart card in a reader.
source code
 
__del__(self)
Destructor.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
supports(cardname) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, connection, cardname=None)
(Constructor)

source code 

Construct a new card service and bind to a smart card in a reader.

connection: the CardConnection used to access the smart card

Overrides: object.__init__

__del__(self)
(Destructor)

source code 

Destructor. Disconnect card and destroy card service resources.