Simple Module RecipientBlockAckAgreementHandler

Package: inet.linklayer.ieee80211.mac.blockack
File: src/inet/linklayer/ieee80211/mac/blockack/RecipientBlockAckAgreementHandler.ned

C++ definition

(no description)

RecipientBlockAckAgreementHandler

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.

Parameters:

Name Type Default value Description
rateSelectionModule string

Properties:

Name Value Description
display i=block/cogwheel

Source code:

simple RecipientBlockAckAgreementHandler
{
    parameters:
        string rateSelectionModule;

        @display("i=block/cogwheel");
}