class documentation

class MyProtocol:

Constructor: MyProtocol(expecting)

Implements interfaces: twisted.pair.raw.IRawPacketProtocol

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method addProto Not implemented
Method datagramReceived An IP datagram has been received. Parse and process it.
Instance Variable expecting Undocumented
def __init__(self, expecting):

Undocumented

def addProto(self, num, proto):
def datagramReceived(self, data, partial, dest, source, protocol):

An IP datagram has been received. Parse and process it.

expecting =

Undocumented