Package: inet.linklayer.contract
IExternalInterface
module interfaceThis module interface is implemnted by external network interfaces.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| INetworkInterface | module interface |
This module interface is implemnted by network interfaces. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/ifcard |
Source code
// // This module interface is implemnted by external network interfaces. // moduleinterface IExternalInterface extends INetworkInterface { parameters: @display("i=block/ifcard"); }File: src/inet/linklayer/contract/IExternalInterface.ned