![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
Extends the parent with a send() method. More...
Public Member Functions | |
def | __init__ |
def | send |
Send single line over socket. | |
![]() | |
def | __init__ |
def | readline |
Implements AbstractConnection.readline(). More... | |
def | fileno |
Implements AbstractConnection.fileno(). More... | |
def | has_data |
Implements AbstractConnection.has_data() | |
def | close |
Implements AbstractConnection.close() | |
![]() | |
def | __enter__ |
def | __exit__ |
def | readline |
Read a buffered line. More... | |
def | fileno |
Return the file nr used for IO, suitable for select() etc. More... | |
def | has_data |
Return true if next readline(None) won't block . More... | |
def | close |
Close/release all resources. | |