IxMIPv6Support

Package: inet.networklayer.contract

IxMIPv6Support

module interface

Module interface for xMIPv6 (where x = F, H, F-H).

Inheritance diagram

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

Implemented by

Name Type Description
xMIPv6Support compound module

Implements xMIPv6 (where x = F, H, F-H).

Used in compound modules

Name Type Description
Ipv6NetworkLayer compound module

Represents an IPv6 network layer (L3).

Parameters

Name Type Default value Description
isHomeAgent bool
isMobileNode bool

Properties

Name Value Description
display i=block/classifier2

Source code

//
// Module interface for xMIPv6 (where x = F, H, F-H).
//
moduleinterface IxMIPv6Support
{
    parameters:
        bool isHomeAgent;
        bool isMobileNode;
        @display("i=block/classifier2");
    gates:
        input fromIPv6;
        output toIPv6;
}

File: src/inet/networklayer/contract/IxMIPv6Support.ned