![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
Interface to receive code strings as described in lircd(8). More...
Public Member Functions | |
| def | __init__ (self, str socket_path=None, str prog=_DEFAULT_PROG) |
| str | readline (self, float timeout=None) |
| Implements AbstractConnection.readline(). More... | |
| int | fileno (self) |
| Implements AbstractConnection.fileno(). More... | |
| bool | has_data (self) |
| Implements AbstractConnection.has_data() | |
| def | close (self) |
| Implements AbstractConnection.close() | |
Public Member Functions inherited from lirc.client.AbstractConnection | |
| def | __enter__ (self) |
| def | __exit__ (self, exc_type, exc, traceback) |
Interface to receive code strings as described in lircd(8).
| int lirc.client.RawConnection.fileno | ( | self | ) |
Implements AbstractConnection.fileno().
Reimplemented from lirc.client.AbstractConnection.
| str lirc.client.RawConnection.readline | ( | self, | |
| float | timeout = None |
||
| ) |
Implements AbstractConnection.readline().
Reimplemented from lirc.client.AbstractConnection.