class documentation
class CardService(object):
Known subclasses: smartcard.PassThruCardService.PassThruCardService
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.PassThruCardServiceConstruct 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 |