enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Components.Converter.InputDeviceInfo.InputDeviceInfo Class Reference
Inheritance diagram for Components.Converter.InputDeviceInfo.InputDeviceInfo:
Components.Converter.Converter.Converter Components.Element.AnimatedElement Components.Element.Element

Public Member Functions

def __init__ (self, converterType)
 
def boolean (self)
 
def getText (self)
 
def calcRssi (self, base, min_rssi, max_rssi, val)
 
def getValue (self)
 
- Public Member Functions inherited from Components.Converter.Converter.Converter
def __repr__ (self)
 
def handleCommand (self, cmd)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
def __init__ (self)
 
def isAnimated (self)
 
def setAnimated (self, isAnimated)
 
- Public Member Functions inherited from Components.Element.Element
def connectDownstream (self, downstream)
 
def connectUpstream (self, upstream)
 
def connect (self, upstream)
 
def disconnectAll (self)
 
def disconnectDownstream (self, downstream)
 
def changed (self, *args, **kwargs)
 
def setSuspend (self, suspended)
 
def checkSuspend (self)
 
def doSuspend (self, suspend)
 
def destroy (self)
 

Public Attributes

 type
 
 range
 
- Public Attributes inherited from Components.Converter.Converter.Converter
 converter_arguments
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Static Public Attributes

int RSSI = 0
 
int BATTERY_LEVEL = 2
 
- Static Public Attributes inherited from Components.Element.Element
int CHANGED_DEFAULT = 0
 
int CHANGED_ALL = 1
 
int CHANGED_CLEAR = 2
 
int CHANGED_SPECIFIC = 3
 
int CHANGED_POLL = 4
 
int CHANGED_PULSATE = 5
 
int CHANGED_ANIMATED = 6
 
bool SINGLE_SOURCE = True
 

Properties

 text = property(getText)
 
 value = property(getValue)
 
- Properties inherited from Components.Element.AnimatedElement
 isAnimated = property(isAnimated, setAnimated)
 
- Properties inherited from Components.Element.Element
 suspended = property(lambda self: self.__suspended, setSuspend)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Converter.InputDeviceInfo.InputDeviceInfo.__init__ (   self,
  converterType 
)

Member Function Documentation

◆ boolean()

def Components.Converter.InputDeviceInfo.InputDeviceInfo.boolean (   self)

◆ calcRssi()

def Components.Converter.InputDeviceInfo.InputDeviceInfo.calcRssi (   self,
  base,
  min_rssi,
  max_rssi,
  val 
)

◆ getText()

def Components.Converter.InputDeviceInfo.InputDeviceInfo.getText (   self)

◆ getValue()

def Components.Converter.InputDeviceInfo.InputDeviceInfo.getValue (   self)

Member Data Documentation

◆ BATTERY_LEVEL

int Components.Converter.InputDeviceInfo.InputDeviceInfo.BATTERY_LEVEL = 2
static

◆ range

Components.Converter.InputDeviceInfo.InputDeviceInfo.range

◆ RSSI

int Components.Converter.InputDeviceInfo.InputDeviceInfo.RSSI = 0
static

◆ type

Components.Converter.InputDeviceInfo.InputDeviceInfo.type

Property Documentation

◆ text

Components.Converter.InputDeviceInfo.InputDeviceInfo.text = property(getText)
static

◆ value

Components.Converter.InputDeviceInfo.InputDeviceInfo.value = property(getValue)
static

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