Package barobo :: Module _comms :: Class LinkLayer_TTY
[hide private]
[frames] | no frames]

Class LinkLayer_TTY

source code

LinkLayer_Base --+
                 |
                LinkLayer_TTY

Instance Methods [hide private]
 
__init__(self, physicalLayer, readCallback) source code
 
write(self, packet, address) source code
 
_run(self) source code

Inherited from LinkLayer_Base: start, stop

Method Details [hide private]

__init__(self, physicalLayer, readCallback)
(Constructor)

source code 
Overrides: LinkLayer_Base.__init__