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

Class PassThruCardService

source code


Pass-thru card service class.

Instance Methods [hide private]
 
__init__(self, connection, cardname=None)
Construct a pass-thru card service.
source code

Inherited from CardService.CardService: __del__

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

Static Methods [hide private]
 
supports(cardname)
Returns True if the cardname is supported by the card service.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

Construct a pass-thru card service.

connection: the CardConnection used to access the smart card

Overrides: object.__init__

supports(cardname)
Static Method

source code 

Returns True if the cardname is supported by the card service. The PassThruCardService supports all cardnames and always returns True.

Overrides: CardService.CardService.supports