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