Class IIeee80211Band

File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211ControlInfo.msg

C++ definition

(no description)

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.

Known subclasses:

Name Type Description
Ieee80211ArithmeticalBand class (no description)
Ieee80211EnumeratedBand class (no description)

Fields:

Name Type Description
name string
centerFrequency Hz[]

Source code:

class IIeee80211Band
{
    @existingClass;
    string name @editable(false);
    Hz centerFrequency[] @sizeGetter(getNumChannels) @opaque;
}