UserPriorityTagBase

Namespace inet

UserPriorityTagBase

class

This 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
userPriority int

value is in the range of [0, 7]

Source code

//
// This is an abstract base class that should not be directly added as a tag.
//
class UserPriorityTagBase extends TagBase
{
    int userPriority = -1; // value is in the range of [0, 7]
}

File: src/inet/linklayer/common/UserPriorityTag.msg