示例#1
0
 def __init__(self):
     Proto.__init__(self)
示例#2
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)
示例#3
0
 def __init__(self):
     Proto.__init__(self)
     self.lastReceived = None
示例#4
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)