Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
PriorityQueue Class Reference
Inheritance diagram for PriorityQueue:
QueueProcess

Public Member Functions

int getQueueCount ()
 Returns the queue count. More...
 
Queue getQueueAt (int)
 Returns the queue at the specified index. More...
 
- Public Member Functions inherited from QueueProcess
QoS::EQueueType getQueueType ()
 Returns the mode. More...
 

Member Function Documentation

◆ getQueueAt()

Queue PriorityQueue::getQueueAt ( int  )

Returns the queue at the specified index.

Parameters
i,indexto get the queue at. Range(0, getQueueCount()).
Returns
Queue, the queue at the specified index.

◆ getQueueCount()

int PriorityQueue::getQueueCount ( )

Returns the queue count.

Returns
int, the queue count.

The documentation for this class was generated from the following file: