主要内容

wlanRateControl Class

Implement rate control algorithm

Since R2026a

Description

Use the wlanRateControl base class to implement a rate control algorithm in a subclass.

The wlanRateControl class is a handle class.

Class Attributes

Abstract
true

For information on class attributes, see Class Attributes.

Properties

expand all

Protected Properties

Custom contextual information template for each receiver, specified as a structure. The value of this property specifies the information that each receiver must maintain. The system uses this value as the default for the CustomContext field in each structure of the STAContext property. An inheriting subclass must define this property in its implementation.

Attributes:

GetAccess
protected
SetAccess
protected
Abstract
true

Data Types:

Algorithm-specific contextual information for each STA, specified as an array of structures. Each structure contains these fields:

  • ReceiverID — Receiver node ID

  • CustomContext — Custom context that holds per-receiver information.

The node assigns the default values for this property. For each receiver that communicates with the node, the node adds an additional structure to this property. In each structure, the ReceiverID field contains the actual receiver ID, and the CustomContext field contains the default value defined by the CustomContextTemplate abstract property.

Note that an inheriting subclass can modify and use CustomContext for each receiver in its implementation.

Attributes:

GetAccess
protected
SetAccess
protected
Abstract
false

Data Types:

Methods

expand all

More About

expand all

Version History

Introduced in R2026a