IWiredInterface

Package: inet.linklayer.contract

IWiredInterface

module interface

This module interface is implemented by wired network interfaces.

Inheritance diagram

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

Implemented by

Name Type Description
EthernetCutthroughInterface compound module

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

EthernetInterface compound module

This module represents an Ethernet network interface.

ExtLowerEthernetInterface compound module

This module provides an Ethernet network interface suitable for emulation. The lower part of the network interface is realized in the real world using a real ethernet socket of the host computer which is running the simulation.

ExtUpperEthernetInterface compound module

This module provides an Ethernet network interface suitable for emulation. The upper part of the network interface is realized in the real world using a real TAP device of the host computer which is running the simulation.

LayeredEthernetInterface compound module

This module implements an Ethernet network interface.

PppInterface compound module

This module implements a PPP network interface.

Known subclasses

Name Type Description
IEthernetInterface module interface

This module interface is implemented by Ethernet network interfaces.

IPppInterface module interface

This module interface is implemented by PPP network interfaces.

Extends

Name Type Description
INetworkInterface module interface

This module interface is implemnted by network interfaces.

Properties

Name Value Description
display i=block/ifcard

Source code

//
// This module interface is implemented by wired network interfaces.
//
moduleinterface IWiredInterface extends INetworkInterface
{
    parameters:
        @display("i=block/ifcard");
    gates:
        inout phys;
}

File: src/inet/linklayer/contract/IWiredInterface.ned