![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
Extends the parent with a send() method. More...
Public Member Functions | |
def | __init__ (self, str socket_path=None) |
def | send (self,(bytearray, str) command) |
Send single line over socket. | |
![]() | |
def | __init__ (self, str socket_path=None, str prog=_DEFAULT_PROG) |
str | readline (self, float timeout=None) |
Implements AbstractConnection.readline(). | |
int | fileno (self) |
Implements AbstractConnection.fileno(). | |
bool | has_data (self) |
Implements AbstractConnection.has_data() | |
def | close (self) |
Implements AbstractConnection.close() | |
![]() | |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc, traceback) |