IIeee8021rLayer

Package: inet.linklayer.contract

IIeee8021rLayer

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
Ieee8021rLayer compound module (no description)
Ieee8021rProtocol compound module

Implements the IEEE 802.1r protocol encapsulation/decapsulation.

Used in compound modules

Name Type Description
EthernetSwitch compound module

EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and features. It provides frame forwarding based on MAC addresses and implements multiple switching technologies.

Ieee8021rLayer compound module (no 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
IProtocolLayer module interface

Interface for all protocol layer modules that connect to a higher and to a lower protocol layer, both of which are optional.

Properties

Name Value Description
display i=block/layer
omittedTypename OmittedProtocolLayer

Source code

moduleinterface IIeee8021rLayer extends IProtocolLayer
{
    parameters:
        @display("i=block/layer");
}

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