Contenido principal

wnet.FIFOQueue Class

Namespace: wnet

Create FIFO queue

Since R2026a

Description

Use the wnet.FIFOQueue class to create a first-in first-out (FIFO) queue.

Properties

expand all

Maximum number of packets in queue, specified as a positive integer. The class creates a FIFO queue with the number of packets specified in MaxSize.

Attributes:

GetAccess
public
SetAccess
public

Data Types: double

Current number of packets in queue, represented as a nonnegative integer.

Attributes:

GetAccess
public
SetAccess
protected

Data Types: double

Current number of total packet bytes in queue, represented as a nonnegative integer.

Attributes:

GetAccess
public
SetAccess
protected

Data Types: double

Methods

expand all

More About

expand all

Version History

Introduced in R2026a

See Also

Classes