Main Content

mapReceiverToSTAContext

R2026b

Class: wlanRateControl

Return index of STA context property for specified receiver

Since R2026a

Description

index = mapReceiverToSTAContext(rateControl,receiverNodeID) returns the index of the station (STA) context property of the rate control object that corresponds to the specified receiver.

Note

mapReceiverToSTAContext is a sealed method. To learn about attributes of methods, see Method Attributes.

Input Arguments

expand all

Rate control object, specified as an object of a subclass of the wlanRateControl class.

Node ID of the intended receiver, specified as a positive integer.

Output Arguments

expand all

Index in the STAContext property vector corresponding to the receiver, returned as a positive integer.

Attributes

Abstractfalse
Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2026a