class documentation
Card class.
| Method | __eq__ |
Return True if self==other (same reader and same atr). Return False otherwise. |
| Method | __hash__ |
Returns a hash value for this object (str(self) is unique). |
| Method | __init__ |
Card constructor. |
| Method | __ne__ |
Return True if self!=other (same reader and same atr).Returns False otherwise. |
| Method | __repr__ |
Return a string representing the Card (atr and reader concatenation). |
| Method | create |
Return a CardConnection to the Card object. |
| Instance Variable | atr |
Undocumented |
| Instance Variable | reader |
Undocumented |