LIRC libraries
Linux Infrared Remote Control
|
List available keys in given remote, see LIST in lircd(8) manpage. More...
Public Member Functions | |
__init__ (self, AbstractConnection connection, str remote) | |
![]() | |
run (self, float timeout=None) | |
Run the command and return a Reply. | |
Additional Inherited Members | |
![]() | |
_conn = connection | |
_cmd_string = cmd | |
_parser = ReplyParser() | |
List available keys in given remote, see LIST in lircd(8) manpage.
lirc.client.ListKeysCommand.__init__ | ( | self, | |
AbstractConnection | connection, | ||
str | remote ) |
Reimplemented from lirc.client.Command.