LIRC libraries
LinuxInfraredRemoteControl
lirc.client.ReplyParser Class Reference

Handles the actual parsing of a command reply. More...

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

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
 
 success
 
 data
 
 sighup
 
 last_line
 

Detailed Description

Handles the actual parsing of a command reply.

Definition at line 442 of file client.py.


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