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