class documentation
class PassThruCardService(CardService.CardService):
Constructor: PassThruCardService(connection, cardname)
Pass-thru card service class.
| Static Method | supports |
Returns True if the cardname is supported by the card service. The PassThruCardService supports all cardnames and always returns True. |
| Method | __enter__ |
Enter the runtime context. |
| Method | __exit__ |
Exit the runtime context and disconnect + release the PC/SC context. |
| Method | __init__ |
Construct a pass-thru card service. |
Inherited from CardService:
| Method | __del__ |
Destructor. Disconnect card and destroy card service resources. |
| Instance Variable | cardname |
Undocumented |
| Instance Variable | connection |
Undocumented |
Returns True if the cardname is supported by the card service. The PassThruCardService supports all cardnames and always returns True.