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 415 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 436 of file client.py.
◆ last_line
str lirc.client.Reply.last_line = '' |
str, last input line (for error messages).
Definition at line 438 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 437 of file client.py.
◆ success
lirc.client.Reply.success = None |
bool, reflects SUCCESS/ERROR.
Definition at line 435 of file client.py.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/lirc-0.10.0-build/lirc-0.10.0/python-pkg/lirc/client.py