Example #1
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.oReq = None
     self.bStopWait = False
     self.iWaitMs = 2000
Example #2
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.iBufferSize = 30240
     self.tJsonResponse = None
     self.iWaitMs = 1000
Example #3
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.aDiscoverScriptsBlackList = [
         "iTach (Global Cache)", "Keene Kira", "UPNP", "Enigma",
         "EISCP (Onkyo)"
     ]
     self.dInterfaceFunctions = {}
     self.RegisterInterfaceActions()
Example #4
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
Example #5
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.iWaitMs = 100
Example #6
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.iBufferSize = 1024
Example #7
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.aDiscoverScriptsBlackList = ["iTach (Global Cache)", "Keene Kira"]