Ieee80211Channel

Ieee80211Channel

class

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Fields

Name Type Description
band IIeee80211Band
channelNumber int

Source code

class Ieee80211Channel
{
    @existingClass;
    @descriptor(readonly);
    IIeee80211Band *band;
    int channelNumber;
}

File: src/inet/physicallayer/ieee80211/mode/Ieee80211Channel.msg