IIeee80211Llc.ned

NED File src/inet/linklayer/ieee80211/llc/IIeee80211Llc.ned

Name Type Description
IIeee80211Llc module interface (no description)

Source code

//
// Copyright (C) 2018 Raphael Riebl, TH Ingolstadt
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//

package inet.linklayer.ieee80211.llc;

moduleinterface IIeee80211Llc
{
    parameters:
        @display("i=block/layer");
    gates:
        input upperLayerIn;
        output upperLayerOut;
        input lowerLayerIn;
        output lowerLayerOut;
}