Ieee80211ModeTagBase
classThis is an abstract base class that should not be directly added as a tag.
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
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. |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211ModeInd | class |
This indication specifies the IEEE 802.11 mode that was used to receive the packet. It may be present on a packet from the phyiscal layer to the application. |
Ieee80211ModeReq | class |
This request determines the IEEE 802.11 mode that should be used to transmit the packet. It may be present on a packet from the application to the phyisical layer. |
Fields
Name | Type | Description |
---|---|---|
mode | IIeee80211Mode |
IEEE 802.11 transmission mode |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class Ieee80211ModeTagBase extends TagBase { const IIeee80211Mode *mode = nullptr; // IEEE 802.11 transmission mode }File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211Tag.msg