Namespace inet
PcpTagBase
classThis is an abstract base class that should not be directly added as a tag.
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
pcp | int |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class PcpTagBase extends TagBase { int pcp = -1; }File: src/inet/linklayer/common/PcpTag.msg