LIRC libraries
Linux Infrared Remote Control
Loading...
Searching...
No Matches
lirc.client.CodeCommand Class Reference

Translate a keypress to application string, see CODE in lircrcd(8) More...

Inheritance diagram for lirc.client.CodeCommand:
lirc.client.Command

Public Member Functions

 __init__ (self, AbstractConnection connection, str code=None)
 
- Public Member Functions inherited from lirc.client.Command
 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()
 

Detailed Description

Translate a keypress to application string, see CODE in lircrcd(8)

Definition at line 694 of file client.py.

Constructor & Destructor Documentation

◆ __init__()

lirc.client.CodeCommand.__init__ ( self,
AbstractConnection connection,
str code = None )

Reimplemented from lirc.client.Command.

Definition at line 696 of file client.py.


The documentation for this class was generated from the following file: