LIRC libraries
Linux Infrared Remote Control
|
Translate a keypress to application string, see CODE in lircrcd(8) More...
Public Member Functions | |
__init__ (self, AbstractConnection connection, str code=None) | |
![]() | |
run (self, float timeout=None) | |
Run the command and return a Reply. | |
Additional Inherited Members | |
![]() | |
_conn = connection | |
_cmd_string = cmd | |
_parser = ReplyParser() | |
Translate a keypress to application string, see CODE in lircrcd(8)
lirc.client.CodeCommand.__init__ | ( | self, | |
AbstractConnection | connection, | ||
str | code = None ) |
Reimplemented from lirc.client.Command.