LIRC libraries
Linux Infrared Remote Control
Loading...
Searching...
No Matches

List available keys in given remote, see LIST in lircd(8) manpage. More...

Inheritance diagram for lirc.client.ListKeysCommand:
lirc.client.Command

Public Member Functions

 __init__ (self, AbstractConnection connection, str remote)
Public Member Functions inherited from lirc.client.Command
 __init__ (self, str cmd, AbstractConnection connection, float timeout=0.4)
 run (self, float timeout=None)
 Run the command and return a Reply.

Additional Inherited Members

Protected Attributes inherited from lirc.client.Command
 _conn = connection
 _cmd_string = cmd
 _parser = ReplyParser()

Detailed Description

List available keys in given remote, see LIST in lircd(8) manpage.

Definition at line 590 of file client.py.

Constructor & Destructor Documentation

◆ __init__()

lirc.client.ListKeysCommand.__init__ ( self,
AbstractConnection connection,
str remote )

Definition at line 592 of file client.py.


The documentation for this class was generated from the following file:
  • /builddir/build/BUILD/lirc-0.10.0-build/lirc-0.10.0/python-pkg/lirc/client.py