LlcProtocolTag
Namespace inet::ieee80211
LlcProtocolTag
classMarks the packet's LLC protocol NOTE: No packet field indicates the LLC protocol, it depends on the used band!
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| protocolNumber | 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 protocolNumber @enum(LlcProtocolId); }File: src/inet/linklayer/ieee80211/llc/LlcProtocolTag.msg