Enumeration: Queue Methods - v3.0
This enumeration defines the methods available for the Queue.
Each method has an associated integer value that is used to identify the
specific operation that is to be performed on the Queue.
| Name | Type | Value | Description |
|---|---|---|---|
QUEUE_METHOD_00_NIL | Int | 0 | Queue: 0 - Nil |
QUEUE_METHOD_01_INIT | Int | 1 | Queue: 1 - Initialized |
QUEUE_METHOD_10_ENQUEUE | Int | 10 | Queue: 10 - Enqueue data at the end position |
QUEUE_METHOD_11_DEQUEUE | Int | 11 | Queue: 11 - Dequeue data from the first position |
QUEUE_METHOD_12_PEEK | Int | 12 | Queue: 12 - Peek data from the first position |