NED File src/inet/linklayer/contract/IPppInterface.ned
Name | Type | Description |
---|---|---|
IPppInterface | module interface |
This module interface is implemented by PPP network interfaces. |
Source code
// // Copyright (C) 2018 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.contract; // // This module interface is implemented by PPP network interfaces. // moduleinterface IPppInterface extends IWiredInterface { parameters: @display("i=block/ifcard"); }