◆ __init__()
def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.__init__ |
( |
|
self | ) |
|
◆ sendKey()
def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.sendKey |
( |
|
self, |
|
|
|
dest, |
|
|
|
keyid, |
|
|
|
translate = False |
|
) |
| |
◆ sendSystemAudioKey()
def Plugins.SystemPlugins.HdmiCec.CecRemoteHandler.CecRemoteHandler.sendSystemAudioKey |
( |
|
self, |
|
|
|
keyid |
|
) |
| |
◆ 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: