|
LIRC libraries
Linux Infrared Remote Control
|
Start/stop logging lircd output , see SET_INPUTLOG in lircd(8) manpage. More...
Public Member Functions | |
| __init__ (self, AbstractConnection connection, str logfile=None) | |
| 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() | |
Start/stop logging lircd output , see SET_INPUTLOG in lircd(8) manpage.
| lirc.client.SetLogCommand.__init__ | ( | self, | |
| AbstractConnection | connection, | ||
| str | logfile = None ) |