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

Class PhysicalLayer_Socket

source code

          object --+    
                   |    
socket._socketobject --+
                       |
                      PhysicalLayer_Socket

Instance Methods [hide private]
socket object

__init__(self, hostname, port)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
disconnect(self) source code
 
flush(self) source code
 
flushInput(self) source code
 
flushOutput(self) source code
 
read(self) source code
 
write(self, packet) source code

Inherited from socket._socketobject: accept, bind, close, connect, connect_ex, dup, fileno, getpeername, getsockname, getsockopt, gettimeout, listen, makefile, sendall, setblocking, setsockopt, settimeout, shutdown

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

Class Variables [hide private]

Inherited from socket._socketobject: __doc__

Properties [hide private]

Inherited from socket._socketobject: family, proto, recv, recv_into, recvfrom, recvfrom_into, send, sendto, type

Inherited from socket._socketobject (private): _sock

Inherited from object: __class__

Method Details [hide private]

__init__(self, hostname, port)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns:
socket object

Overrides: object.__init__
(inherited documentation)