The status/result from parsing a command reply.
More...
|
| | result = Result.INCOMPLETE |
| | Enum Result, reflects parser state.
|
| | success = None |
| | bool, reflects SUCCESS/ERROR.
|
| list | data = [] |
| | List of lines, the command DATA payload.
|
| bool | sighup = False |
| | bool, reflects if a SIGHUP package has been received
|
| str | last_line = '' |
| | str, last input line (for error messages).
|
The status/result from parsing a command reply.
Definition at line 422 of file client.py.
◆ __init__()
| lirc.client.Reply.__init__ |
( |
| self | ) |
|
◆ data
| list lirc.client.Reply.data = [] |
List of lines, the command DATA payload.
Definition at line 443 of file client.py.
◆ last_line
| str lirc.client.Reply.last_line = '' |
str, last input line (for error messages).
Definition at line 445 of file client.py.
◆ result
| lirc.client.Reply.result = Result.INCOMPLETE |
◆ sighup
| bool lirc.client.Reply.sighup = False |
bool, reflects if a SIGHUP package has been received
Definition at line 444 of file client.py.
◆ success
| lirc.client.Reply.success = None |
bool, reflects SUCCESS/ERROR.
Definition at line 442 of file client.py.
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