EthernetJamSignal

Namespace inet::physicallayer

EthernetJamSignal

packet

Represents jam on the Ethernet.

Extends

Name Type Description
EthernetSignalBase (unknown -- not in documented files)

Fields

Name Type Description
srcMacFullDuplex
abortedPkTreeID long

this field stores the packetTreeId of the aborted packet

Source code

//
// Represents jam on the Ethernet.
//
packet EthernetJamSignal extends EthernetSignalBase
{
    srcMacFullDuplex = false;
    long abortedPkTreeID = 0;  // this field stores the packetTreeId of the aborted packet
}

File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg