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

Stop repeating given key, see SEND_STOP in lircd(8) manpage. More...

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

Public Member Functions

 __init__ (self, AbstractConnection connection, str remote, str key)
 
- 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

Stop repeating given key, see SEND_STOP in lircd(8) manpage.

Definition at line 606 of file client.py.

Constructor & Destructor Documentation

◆ __init__()

lirc.client.StopRepeatCommand.__init__ ( self,
AbstractConnection connection,
str remote,
str key )

Reimplemented from lirc.client.Command.

Definition at line 608 of file client.py.


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