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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
UserPriorityTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Fields
Name | Type | Description |
---|---|---|
userPriority | int |
value is in the range of [0, 7] |
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