IVirtualInterface

Package: inet.linklayer.contract

IVirtualInterface

module interface

Interface for virtual 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
VirtualInterface compound module

Implements a virtual network interface.

Used in compound modules

Name Type Description
LinkLayerNodeBase compound module

An extension of the basic node infrastructure with link layer functionality. Provides support for various network interfaces and link layer protocols, forming the foundation for network connectivity.

Extends

Name Type Description
INetworkInterface module interface

Interface for network interfaces.

Properties

Name Value Description
display i=block/tunnel

Source code

//
// Interface for virtual network interfaces.
//
moduleinterface IVirtualInterface extends INetworkInterface
{
    parameters:
        @display("i=block/tunnel");
}

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