class documentation
Reader abstract class.
The reader class is responsible for creating connections with a card.
| Method | __eq__ |
Returns True if self==other (same name). |
| Method | __hash__ |
Returns a hash value for this object (self.name is unique). |
| Method | __init__ |
Constructs a new reader and store readername. |
| Method | __repr__ |
Returns card reader name string for `object` calls. |
| Method | __str__ |
Returns card reader name string for str(object) calls. |
| Method | addtoreadergroup |
Add reader to a reader group. |
| Method | create |
Returns a card connection thru reader. |
| Method | removefromreadergroup |
Remove reader from a reader group. |
| Instance Variable | name |
Undocumented |