Namespace inet
UserPriorityReq
classThis request determines the user priority 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 |
---|---|---|
UserPriorityTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | PacketDirectionReverser |
addTagIfAbsent | ExampleQosClassifier, QosClassifier |
findTag | CsmaCaMac, Ieee80211Mac |
removeTagIfPresent | Ieee8021qTagEpdHeaderInserter |
Source code
// // This request determines the user priority that should be used to send the packet. // It may be present on a packet from the application to the mac protocol. // class UserPriorityReq extends UserPriorityTagBase { }File: src/inet/linklayer/common/UserPriorityTag.msg