Package: inet.linklayer.ieee8021q
IIeee8021qTagTpidHeaderChecker
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 |
---|---|---|
Ieee8021qTagTpidHeaderChecker | simple module | (no description) |
OmittedIeee8021qTagTpidHeaderChecker | 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. |
Extends
Name | Type | Description |
---|---|---|
IProtocolHeaderChecker | module interface | (no description) |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
vlanTagType | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/filter | |
omittedTypename | OmittedPacketFilter |
Source code
moduleinterface IIeee8021qTagTpidHeaderChecker extends IProtocolHeaderChecker { parameters: string vlanTagType @enum("c","s"); @display("i=block/checker"); }File: src/inet/linklayer/ieee8021q/IIeee8021qTagTpidHeaderChecker.ned