Module Interface ITunNic

Package: inet.linklayer.contract
File: src/inet/linklayer/contract/ITunNic.ned

(no description)

ITunNic

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.

Extends:

Name Type Description
INic module interface (no description)

Used in compound modules:

Name Type Description
NodeBase compound module

Contains the common lower layers (linklayer and networklayer) of Router, StandardHost, WirelessHost etc.

Properties:

Name Value Description
display i=block/ifcard

Source code:

moduleinterface ITunNic extends INic
{
    gates:
        input appIn;    // from application
        output appOut;  // to application
}