Skip to content

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.

NameTypeValueDescription
QUEUE_METHOD_00_NILInt0Queue: 0 - Nil
QUEUE_METHOD_01_INITInt1Queue: 1 - Initialized
QUEUE_METHOD_10_ENQUEUEInt10Queue: 10 - Enqueue data at the end position
QUEUE_METHOD_11_DEQUEUEInt11Queue: 11 - Dequeue data from the first position
QUEUE_METHOD_12_PEEKInt12Queue: 12 - Peek data from the first position