LIRC libraries
LinuxInfraredRemoteControl
lirc.client.LircdConnection Class Reference

Interface to receive lircrc-translated keypresses. More...

Inheritance diagram for lirc.client.LircdConnection:
lirc.client.AbstractConnection

Public Member Functions

def __init__ (self, str program, str lircrc_path=None, str socket_path=None)
 
def readline (self, float timeout=None)
 Implements AbstractConnection.readline(). More...
 
bool has_data (self)
 Implements AbstractConnection.has_data()
 
int fileno (self)
 Implements AbstractConnection.fileno(). More...
 
def close (self)
 Implements AbstractConnection.close()
 
- Public Member Functions inherited from lirc.client.AbstractConnection
def __enter__ (self)
 
def __exit__ (self, exc_type, exc, traceback)
 

Detailed Description

Interface to receive lircrc-translated keypresses.

This is basically built on top of lirc_code2char() and as such supporting centralized translations using lircrc_class. See lircrcd(8).

Parameters

Definition at line 266 of file client.py.

Member Function Documentation

◆ fileno()

int lirc.client.LircdConnection.fileno (   self)

Implements AbstractConnection.fileno().

Reimplemented from lirc.client.AbstractConnection.

Definition at line 301 of file client.py.

◆ readline()

def lirc.client.LircdConnection.readline (   self,
float   timeout = None 
)

Implements AbstractConnection.readline().

Reimplemented from lirc.client.AbstractConnection.

Definition at line 282 of file client.py.


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