enigma2  2.6
Classes | Functions | Variables
Components.ServiceInfoList Namespace Reference

Classes

class  ServiceInfoList
 

Functions

def to_unsigned (x)
 
def ServiceInfoListEntry (a, b, valueType=TYPE_TEXT, param=4)
 

Variables

int TYPE_TEXT = 0
 
int TYPE_VALUE_HEX = 1
 
int TYPE_VALUE_DEC = 2
 
int TYPE_VALUE_HEX_DEC = 3
 
int TYPE_SLIDER = 4
 

Function Documentation

◆ ServiceInfoListEntry()

def Components.ServiceInfoList.ServiceInfoListEntry (   a,
  b,
  valueType = TYPE_TEXT,
  param = 4 
)

◆ to_unsigned()

def Components.ServiceInfoList.to_unsigned (   x)

Variable Documentation

◆ TYPE_SLIDER

int Components.ServiceInfoList.TYPE_SLIDER = 4

◆ TYPE_TEXT

int Components.ServiceInfoList.TYPE_TEXT = 0

◆ TYPE_VALUE_DEC

int Components.ServiceInfoList.TYPE_VALUE_DEC = 2

◆ TYPE_VALUE_HEX

int Components.ServiceInfoList.TYPE_VALUE_HEX = 1

◆ TYPE_VALUE_HEX_DEC

int Components.ServiceInfoList.TYPE_VALUE_HEX_DEC = 3