IIeee8022SnapChecker

Package: inet.linklayer.ieee8022

IIeee8022SnapChecker

module interface

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
Ieee8022SnapChecker simple module (no description)
OmittedIeee8022SnapChecker compound module

This module implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize.

Used in compound modules

Name Type Description
Ieee8022LlcLayer compound module (no description)

Properties

Name Value Description
display i=block/checker

Source code

moduleinterface IIeee8022SnapChecker
{
    parameters:
        @display("i=block/checker");
    gates:
        input in;
        output out;
}

File: src/inet/linklayer/ieee8022/IIeee8022SnapChecker.ned