enigma2
2.6
|
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 |
def Components.ServiceInfoList.ServiceInfoListEntry | ( | a, | |
b, | |||
valueType = TYPE_TEXT , |
|||
param = 4 |
|||
) |
def Components.ServiceInfoList.to_unsigned | ( | x | ) |
int Components.ServiceInfoList.TYPE_SLIDER = 4 |
int Components.ServiceInfoList.TYPE_TEXT = 0 |
int Components.ServiceInfoList.TYPE_VALUE_DEC = 2 |
int Components.ServiceInfoList.TYPE_VALUE_HEX = 1 |
int Components.ServiceInfoList.TYPE_VALUE_HEX_DEC = 3 |