Interface t.p.r.IRawPacketProtocol(Interface):

Part of twisted.pair.raw View Source View In Hierarchy

Known implementations: twisted.pair.ip.IPProtocol
An interface for low-level protocols such as IP and ARP.
Method addProto Add a protocol on top of this one.
Method datagramReceived An IP datagram has been received. Parse and process it.
def addProto(): (source)
Add a protocol on top of this one.
def datagramReceived(): (source)
An IP datagram has been received. Parse and process it.
API Documentation for twisted, generated by pydoctor.