class documentation

Card service abstract class.

Static Method supports Returns True if the cardname is supported by the card service.
Method __del__ Destructor. Disconnect card and destroy card service resources.
Method __enter__ Enter the runtime context.
Method __exit__ Exit the runtime context and disconnect + release the PC/SC context.
Method __init__ Construct a new card service and bind to a smart card in a reader.
Instance Variable cardname Undocumented
Instance Variable connection Undocumented
@staticmethod
def supports(cardname):

Returns True if the cardname is supported by the card service.

def __del__(self):

Destructor. Disconnect card and destroy card service resources.

def __enter__(self):

Enter the runtime context.

def __exit__(self, exc_type, exc_value, exc_traceback):

Exit the runtime context and disconnect + release the PC/SC context.

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