Packet EtherJam

File: src/inet/linklayer/ethernet/EtherFrame.msg

C++ definition

Represents jam on the Ethernet.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
EtherTraffic packet

Abstract base class for various Ethernet traffic types: EtherJam, EtherFilledIFG and EtherPhyFrame.

Fields:

Name Type Description
abortedPkTreeID long

this field stores the packetTreeId of the aborted packet

Source code:

//
// Represents jam on the Ethernet.
//
packet EtherJam extends EtherTraffic
{
    long abortedPkTreeID = 0;  // this field stores the packetTreeId of the aborted packet
}