Handles the actual parsing of a command reply.  
 More...
 | 
| 
def  | __init__ | 
|   | 
| def  | is_completed | 
|   | Returns true if no more reply input is required.  More...
  | 
|   | 
| def  | feed | 
|   | Enter a line of data into parsing FSM, update state.  More...
  | 
|   | 
| 
def  | __init__ | 
|   | 
Handles the actual parsing of a command reply. 
Definition at line 442 of file client.py.
 
      
        
          | def lirc.client.ReplyParser.feed  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          line  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Enter a line of data into parsing FSM, update state. 
Definition at line 455 of file client.py.
 
 
      
        
          | def lirc.client.ReplyParser.is_completed  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          bool  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Returns true if no more reply input is required. 
Definition at line 451 of file client.py.
 
 
The documentation for this class was generated from the following file: