![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
Handles the actual parsing of a command reply. More...
Public Member Functions | |
| def | __init__ (self) |
| bool | is_completed (self) |
| Returns true if no more reply input is required. | |
| def | feed (self, str line) |
| Enter a line of data into parsing FSM, update state. | |
Public Attributes | |
| last_line | |
| result | |
Public Attributes inherited from lirc.client.Reply | |
| result | |
| Enum Result, reflects parser state. | |
| success | |
| bool, reflects SUCCESS/ERROR. | |
| data | |
| List of lines, the command DATA payload. | |
| sighup | |
| bool, reflects if a SIGHUP package has been received | |
| last_line | |
| str, last input line (for error messages). | |