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 | __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 |