EthernetFilledIfgSignal

Namespace inet::physicallayer

EthernetFilledIfgSignal

packet

Represents a filled inter-frame gap in burst mode. Also used for calculating IFG times.

Extends

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

Fields

Name Type Description
srcMacFullDuplex
bitLength

Source code

//
// Represents a filled inter-frame gap in burst mode.
// Also used for calculating IFG times.
//
packet EthernetFilledIfgSignal extends EthernetSignalBase
{
    srcMacFullDuplex = false;
    bitLength = b(INTERFRAME_GAP_BITS).get();
}
File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg