LIRC libraries
Linux Infrared Remote Control
|
Identify client using the prog token, see IDENT in lircrcd(8) More...
Public Member Functions | |
__init__ (self, AbstractConnection connection, str prog=None) | |
![]() | |
run (self, float timeout=None) | |
Run the command and return a Reply. | |
Additional Inherited Members | |
![]() | |
_conn = connection | |
_cmd_string = cmd | |
_parser = ReplyParser() | |
Identify client using the prog token, see IDENT in lircrcd(8)
lirc.client.IdentCommand.__init__ | ( | self, | |
AbstractConnection | connection, | ||
str | prog = None ) |
Reimplemented from lirc.client.Command.