openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Ci.py File Reference

Classes

class  Screens.Ci.MMIDialog
 
class  Screens.Ci.CiMessageHandler
 
class  Screens.Ci.CiSelection
 
class  Screens.Ci.PermanentPinEntry
 
class  Screens.Ci.CIHelper
 
class  Screens.Ci.CIHelperSetup
 

Namespaces

 Screens.Ci
 

Functions

def Screens.Ci.setCIBitrate (configElement)
 
def Screens.Ci.setCIEnabled (configElement)
 
def Screens.Ci.setdvbCiDelay (configElement)
 
def Screens.Ci.setRelevantPidsRouting (configElement)
 
def Screens.Ci.InitCiConfig ()
 

Variables

 Screens.Ci.relevantPidsRoutingChoices = None
 
 Screens.Ci.BRAND = BoxInfo.getItem("brand")
 
int Screens.Ci.MAX_NUM_CI = 1 if BoxInfo.getItem("machinebuild") in ("zgemmah9combo", "pulse4kmini") else 4
 
string Screens.Ci.CI_HELPER_CONF = "/etc/cihelper.conf"
 
string Screens.Ci.CI_HELPER_CONF_TMP = "/etc/cihelper.conf.tmp"
 
 Screens.Ci.CiHandler = CiMessageHandler()