enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler Class Reference
Inheritance diagram for Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler:

Public Member Functions

def __init__ (self)
 
def sendSystemAudioKey (self, keyid)
 
def sendKey (self, dest, keyid, translate=False)
 

Static Public Attributes

dictionary KEY_MAP_RECEIVE
 
dictionary KEY_MAP_SEND
 
tuple SYSTEM_AUDIO_KEYS = (KEYIDS["KEY_VOLUMEUP"], KEYIDS["KEY_VOLUMEDOWN"], KEYIDS["KEY_MUTE"])
 
int FLAG_MAKE = 0
 
int FLAG_BREAK = 1
 
string REMOTE_TYPE_ADVANCED = "dreambox advanced remote control (native)"
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.__init__ (   self)

Member Function Documentation

◆ sendKey()

def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.sendKey (   self,
  dest,
  keyid,
  translate = False 
)

◆ sendSystemAudioKey()

def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.sendSystemAudioKey (   self,
  keyid 
)

Member Data Documentation

◆ FLAG_BREAK

int Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.FLAG_BREAK = 1
static

◆ FLAG_MAKE

int Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.FLAG_MAKE = 0
static

◆ KEY_MAP_RECEIVE

dictionary Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.KEY_MAP_RECEIVE
static

◆ KEY_MAP_SEND

dictionary Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.KEY_MAP_SEND
static
Initial value:
= {
KEYIDS["KEY_VOLUMEUP"] : eCec.RC_VOLUME_UP,
KEYIDS["KEY_VOLUMEDOWN"] : eCec.RC_VOLUME_DOWN,
KEYIDS["KEY_MUTE"] : eCec.RC_MUTE,
}

◆ REMOTE_TYPE_ADVANCED

string Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.REMOTE_TYPE_ADVANCED = "dreambox advanced remote control (native)"
static

◆ SYSTEM_AUDIO_KEYS

tuple Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.SYSTEM_AUDIO_KEYS = (KEYIDS["KEY_VOLUMEUP"], KEYIDS["KEY_VOLUMEDOWN"], KEYIDS["KEY_MUTE"])
static

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