Skip to content

Enumeration: Stack Methods - v1.0

This enumeration defines the available methods for the Stack. Each method has an associated integer value used to identify the specific operation to be performed on the Stack.

NameTypeValueDescription
STACK_METHOD_00_NILInt0Stack: 0 - Nil
STACK_METHOD_01_INITInt1Stack: 1 - Initialized
STACK_METHOD_10_PUSHInt10Stack: 10 - Push data to the last position
STACK_METHOD_11_POPInt11Stack: 11 - Pop data from the last position
STACK_METHOD_12_PEEKInt12Stack: 12 - Peek data from the last position