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) | |
![]() | |
run (self, float timeout=None) | |
Run the command and return a Reply. | |
Additional Inherited Members | |
![]() | |
_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 ) |
Reimplemented from lirc.client.Command.