LlcProtocolTag

LlcProtocolTag

class

Marks the packet's LLC protocol NOTE: No packet field indicates the LLC protocol, it depends on the used band!

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TagBase class

This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields.

Fields

Name Type Description
protocolId int

Source code

//
// Marks the packet's LLC protocol
// NOTE: No packet field indicates the LLC protocol, it depends on the used band!
//
class LlcProtocolTag extends TagBase
{
    int protocolId @enum(LlcProtocolId);
}

File: src/inet/linklayer/ieee80211/llc/LlcProtocolTag.msg