Namespace inet
PcpReq
classThis request determines the PCP that should be used to send the packet. It may be present on a packet from the application to the mac protocol.
Extends
Name | Type | Description |
---|---|---|
PcpTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | PacketDirectionReverser |
addTagIfAbsent | StreamEncoder |
findTag | PcpTrafficClassClassifier, VlanReqMapper |
removeTagIfPresent | Ieee8021qTagEpdHeaderInserter |
Source code
// // This request determines the PCP that should be used to send the packet. // It may be present on a packet from the application to the mac protocol. // class PcpReq extends PcpTagBase { }File: src/inet/linklayer/common/PcpTag.msg