LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
lirc.client.Command Class Reference

Command, parser and connection container with a run() method. More...

Inheritance diagram for lirc.client.Command:
lirc.client.CodeCommand lirc.client.DrvOptionCommand lirc.client.GetModeCommand lirc.client.IdentCommand lirc.client.ListKeysCommand lirc.client.ListRemotesCommand lirc.client.SendCommand lirc.client.SetLogCommand lirc.client.SetModeCommand lirc.client.SetTransmittersCommand lirc.client.SimulateCommand lirc.client.StartRepeatCommand lirc.client.StopRepeatCommand lirc.client.VersionCommand

Public Member Functions

def __init__
 
def run
 Run the command and return a Reply. More...
 

Detailed Description

Command, parser and connection container with a run() method.

Definition at line 389 of file client.py.

Member Function Documentation

def lirc.client.Command.run (   self,
  timeout 
)

Run the command and return a Reply.

Timeout as of AbstractConnection.readline()

Definition at line 401 of file client.py.


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