Package: inet.linklayer.ieee80211.mac.contract
IHcf
module interfaceInterface for modules that implement the HCF (Hybrid Coordination Function) for IEEE 802.11.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Hcf | compound module |
Implements the HCF (Hybrid Coordination Function) for IEEE 802.11. |
Used in compound modules
Name | Type | Description |
---|---|---|
Ieee80211Mac | compound module |
Implementation of the 802.11 MAC protocol. This module is intended to be used in combination with the Ieee80211Radio module as the physical layer. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/layer |
Source code
// // Interface for modules that implement the HCF (Hybrid Coordination Function) // for IEEE 802.11. // moduleinterface IHcf { parameters: @display("i=block/layer"); }File: src/inet/linklayer/ieee80211/mac/contract/IHcf.ned