Command, parser and connection container with a run() method.
More...
Command, parser and connection container with a run() method.
Definition at line 396 of file client.py.
◆ __init__()
lirc.client.Command.__init__ |
( |
| self, |
|
|
str | cmd, |
|
|
AbstractConnection | connection, |
|
|
float | timeout = 0.4 ) |
◆ run()
lirc.client.Command.run |
( |
| self, |
|
|
float | timeout = None ) |
◆ _cmd_string
lirc.client.Command._cmd_string = cmd |
|
protected |
◆ _conn
lirc.client.Command._conn = connection |
|
protected |
◆ _parser
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/lirc-0.10.2-build/lirc-0.10.2/python-pkg/lirc/client.py