LIRC libraries
LinuxInfraredRemoteControl
lirc.client.Reply Class Reference

The status/result from parsing a command reply. More...

Inheritance diagram for lirc.client.Reply:
lirc.client.ReplyParser

Public Member Functions

def __init__ (self)
 

Public Attributes

 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).
 

Detailed Description

The status/result from parsing a command reply.

Definition at line 415 of file client.py.


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