class documentation
class CardService:
Known subclasses: smartcard.PassThruCardService.PassThruCardService
Constructor: CardService(connection, cardname)
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 |
overridden in
smartcard.PassThruCardService.PassThruCardService
Construct a new card service and bind to a smart card in a reader.
Parameters | |
connection | the CardConnection used to access the smart card |
cardname | Undocumented |