Interface t.p.e.IEthernetProtocol(Interface):

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

Known implementations: twisted.pair.ethernet.EthernetProtocol
An interface for protocols that handle Ethernet frames
Method addProto Add an IRawPacketProtocol protocol
Method datagramReceived An Ethernet frame has been received
def addProto(): (source)
Add an IRawPacketProtocol protocol
def datagramReceived(): (source)
An Ethernet frame has been received
API Documentation for twisted, generated by pydoctor.