class documentation

class CardService(object):

Known subclasses: smartcard.PassThruCardService.PassThruCardService

View In Hierarchy

Card service abstract class.

Static Method supports Undocumented
Method __del__ Destructor. Disconnect card and destroy card service resources.
Method __init__ Construct a new card service and bind to a smart card in a reader.
Instance Variable cardname Undocumented
Instance Variable connection Undocumented
def supports(cardname):
def __del__(self):

Destructor. Disconnect card and destroy card service resources.

def __init__(self, connection, cardname=None):

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

Parameters
connectionthe CardConnection used to access the smart card
cardnameUndocumented
cardname =

Undocumented

connection =

Undocumented