Namespace inet::physicallayer
Ieee80211ChannelTagBase
classThis 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 |
---|---|---|
channel | Ieee80211Channel |
IEEE 802.11 band and channel |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class Ieee80211ChannelTagBase extends TagBase { const Ieee80211Channel *channel; // IEEE 802.11 band and channel }File: src/inet/physicallayer/wireless/ieee80211/packetlevel/Ieee80211Tag.msg