openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.InputDevice Namespace Reference

Classes

class  InputDevices
 
class  Keyboard
 
class  RemoteControl
 
class  InitInputDevices
 
class  RcTypeControl
 

Variables

 MODULE_NAME = __name__.split(".")[-1]
 
int REMOTE_MODEL = 0
 
int REMOTE_RCTYPE = 1
 
int REMOTE_NAME = 2
 
int REMOTE_DISPLAY_NAME = 3
 
 inputDevices = InputDevices()
 
 iInputDevices = inputDevices
 
 iRcTypeControl = RcTypeControl()
 
 keyboard = Keyboard()
 
 remoteControl = RemoteControl()
 

Variable Documentation

◆ iInputDevices

Components.InputDevice.iInputDevices = inputDevices

◆ inputDevices

Components.InputDevice.inputDevices = InputDevices()

◆ iRcTypeControl

Components.InputDevice.iRcTypeControl = RcTypeControl()

◆ keyboard

Components.InputDevice.keyboard = Keyboard()

◆ MODULE_NAME

Components.InputDevice.MODULE_NAME = __name__.split(".")[-1]

◆ REMOTE_DISPLAY_NAME

int Components.InputDevice.REMOTE_DISPLAY_NAME = 3

◆ REMOTE_MODEL

int Components.InputDevice.REMOTE_MODEL = 0

◆ REMOTE_NAME

int Components.InputDevice.REMOTE_NAME = 2

◆ REMOTE_RCTYPE

int Components.InputDevice.REMOTE_RCTYPE = 1

◆ remoteControl

Components.InputDevice.remoteControl = RemoteControl()