IPppInterface.ned

NED File src/inet/linklayer/contract/IPppInterface.ned

Name Type Description
IPppInterface module interface

Interface for PPP network interfaces.

Source code

//
// Copyright (C) 2018 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.linklayer.contract;

//
// Interface for PPP network interfaces.
//
moduleinterface IPppInterface extends IWiredInterface
{
    parameters:
        @display("i=block/ifcard");
}