LIRC libraries
Linux Infrared Remote Control
Loading...
Searching...
No Matches

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

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

Public Member Functions

 __init__ (self)

Public Attributes

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

Detailed Description

The status/result from parsing a command reply.

Definition at line 415 of file client.py.

Constructor & Destructor Documentation

◆ __init__()

lirc.client.Reply.__init__ ( self)

Definition at line 433 of file client.py.

Member Data Documentation

◆ 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

Enum Result, reflects parser state.

Definition at line 434 of file client.py.

◆ 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