IEthernetPhyLayer

Package: inet.physicallayer.wired.ethernet

IEthernetPhyLayer

module interface

(no description)

IEthernetPhyLayer

Inheritance diagram

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

Implemented by

Name Type Description
EthernetPhyLayer compound module (no description)
EthernetPreemptingPhyLayer compound module (no description)
EthernetStreamingPhyLayer compound module (no description)
EthernetStreamThroughPhyLayer 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.

LayeredEthernetInterface compound module

This module implements an Ethernet network interface.

Properties

Name Value Description
display i=block/layer

Source code

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