class documentation
class innerreadergroups(ulist):
Known subclasses: smartcard.pcsc.PCSCReaderGroups.pcscinnerreadergroups
Constructor: innerreadergroups(initlist)
Smartcard readers groups private class.
The readergroups singleton manages the creation of the unique instance of this class.
Method | __init__ |
Retrieve and store list of reader groups |
Method | __iter__ |
Undocumented |
Method | __onadditem__ |
Called when a reader group is added. |
Method | __onremoveitem__ |
Called when a reader group is added. |
Method | addreadergroup |
Add a reader group |
Method | addreadertogroup |
Add a reader to a reader group |
Method | getreadergroups |
Returns the list of smartcard reader groups. |
Method | removereaderfromgroup |
Remove a reader from a reader group |
Method | removereadergroup |
Remove a reader group |
Instance Variable | unremovablegroups |
Undocumented |
Inherited from ulist
:
Method | __add__ |
Undocumented |
Method | __appendother__ |
Append other to object. |
Method | __iadd__ |
Undocumented |
Method | __radd__ |
Undocumented |
Method | append |
Undocumented |
Method | insert |
Undocumented |
Method | pop |
Undocumented |
Method | remove |
Undocumented |
Method | __remove |
Remove from other items already in list. |
overrides
smartcard.ulist.ulist.__init__
overridden in
smartcard.pcsc.PCSCReaderGroups.pcscinnerreadergroups
Retrieve and store list of reader groups
overridden in
smartcard.pcsc.PCSCReaderGroups.pcscinnerreadergroups
Returns the list of smartcard reader groups.