LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
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__
 

Public Attributes

 result
 Enum Result, reflects parser state. More...
 
 success
 bool, reflects SUCCESS/ERROR. More...
 
 data
 List of lines, the command DATA payload. More...
 
 sighup
 bool, reflects if a SIGHUP package has been received
 
 last_line
 str, last input line (for error messages). More...
 

Detailed Description

The status/result from parsing a command reply.

Definition at line 415 of file client.py.

Member Data Documentation

lirc.client.Reply.data

List of lines, the command DATA payload.

Definition at line 436 of file client.py.

lirc.client.Reply.last_line

str, last input line (for error messages).

Definition at line 438 of file client.py.

lirc.client.Reply.result

Enum Result, reflects parser state.

Definition at line 434 of file client.py.

lirc.client.Reply.success

bool, reflects SUCCESS/ERROR.

Definition at line 435 of file client.py.


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