Ieee80211Channel

Namespace inet::physicallayer

Ieee80211Channel

class

(no description)

Fields

Name Type Description
band IIeee80211Band
channelNumber int

Source code

class Ieee80211Channel
{
    @existingClass;
    @descriptor(readonly);
    IIeee80211Band *band;
    int channelNumber;
}
File: src/inet/physicallayer/wireless/ieee80211/mode/Ieee80211Channel.msg