예제 #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
예제 #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
예제 #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()
예제 #4
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
예제 #5
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.iWaitMs = 100
예제 #6
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.uResponse = u''
     self.iBufferSize = 1024
예제 #7
0
 def __init__(self):
     cBaseInterFace.__init__(self)
     self.aSettings = {}
     self.oSetting = None
     self.aDiscoverScriptsBlackList = ["iTach (Global Cache)", "Keene Kira"]