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