Package: inet.tutorials.protocol
IApp
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 |
|---|---|---|
| ClientApp | compound module | (no description) |
| ServerApp | compound module | (no description) |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| Node | compound module | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/app |
Source code
moduleinterface IApp { parameters: @display("i=block/app"); gates: input in; output out; }File: tutorials/protocol/Network91.ned