IEthernetMacLayer

Package: inet.linklayer.ethernet.contract

IEthernetMacLayer

module interface

(no description)

IEthernetMacLayer

Inheritance diagram

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

Implemented by

Name Type Description
EthernetFragmentingMacLayer compound module (no description)
EthernetMacLayer compound module (no description)
EthernetPreemptingMacLayer compound module (no description)
EthernetStreamingMacLayer compound module (no description)

Used in compound modules

Name Type Description
EthernetCutthroughInterface compound module

This module represents an Ethernet network interface with cut-through support.

EthernetPreemptingMacLayer compound module (no description)
LayeredEthernetInterface compound module

This module implements an Ethernet network interface.

Properties

Name Value Description
display i=block/layer

Source code

moduleinterface IEthernetMacLayer
{
    parameters:
        @display("i=block/layer");
    gates:
        input upperLayerIn;
        output upperLayerOut;
        input lowerLayerIn;
        output lowerLayerOut;
}
File: src/inet/linklayer/ethernet/contract/IEthernetMacLayer.ned