Package smartcard :: Package pyro :: Module PyroReader :: Class PyroReader
[hide private]
[frames] | no frames]

Class PyroReader

source code


Remote reader class.

Nested Classes [hide private]
  Factory
Instance Methods [hide private]
 
__init__(self, readername)
Constructs a new Remote Reader client implementation from a Pyro URI.
source code
 
addtoreadergroup(self, groupname)
Add reader to a reader group.
source code
 
removefromreadergroup(self, groupname)
Remove a reader from a reader group
source code
 
createConnection(self)
Return a card connection thru a remote reader.
source code

Inherited from reader.Reader.Reader: __eq__, __hash__, __repr__, __str__

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]
 
readers(groups=[]) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, readername)
(Constructor)

source code 

Constructs a new Remote Reader client implementation from a Pyro URI.

Overrides: object.__init__

addtoreadergroup(self, groupname)

source code 

Add reader to a reader group.

Overrides: reader.Reader.Reader.addtoreadergroup

removefromreadergroup(self, groupname)

source code 

Remove a reader from a reader group

Overrides: reader.Reader.Reader.removefromreadergroup

createConnection(self)

source code 

Return a card connection thru a remote reader.

Overrides: reader.Reader.Reader.createConnection