Package smartcard :: Package pyro :: Package server :: Module RemoteReaderServer :: Class RemoteReader
[hide private]
[frames] | no frames]

Class RemoteReader

source code


Remote reader class that embeds a local reader.

Instance Methods [hide private]
 
__init__(self, reader)
Encapsulate a local reader and publish as a pyro remote reader.
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 the reader.
source code

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

Method Details [hide private]

__init__(self, reader)
(Constructor)

source code 

Encapsulate a local reader and publish as a pyro remote reader.

reader: the local reader to publish remotely

Overrides: reader.Reader.Reader.__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 the reader.

Overrides: reader.Reader.Reader.createConnection