Module Interface SCTPApp

Package: inet.applications.sctpapp
File: src/applications/sctpapp/SCTPApp.ned

(no description)

SCTPApp

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

StandardHost (compound module)

IP host with TCP, UDP layers and applications.

Source code:

moduleinterface SCTPApp
{
    gates:
        input sctpIn;
        output sctpOut;
}