Module Interface IxMIPv6Support

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

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

IxMIPv6Support

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

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;
}