Package: inet.linklayer.contract
ITunnelInterface
module interfaceModule interface for tunnel interfaces.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| TunInterface | compound module | (no description) |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| LinkLayerNodeBase | compound module | (no description) |
Extends
| Name | Type | Description |
|---|---|---|
| INetworkInterface | module interface | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // Module interface for tunnel interfaces. // moduleinterface ITunnelInterface extends INetworkInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/ITunnelInterface.ned