Queue.CountElements (METH) ¶ METHOD CountElements : UDINT Returns the number of elements. InOut: Scope Name Type Return CountElements UDINT
Stack.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement , > 0 if the element is greater than itfElement . InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement IElement The element to compare
Stack.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare
Stack.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT
Stack.ElementIterator (METH) ¶ METHOD ElementIterator : COLLECTION_ERROR Returns an iterator over all elements. InOut: Scope Name Type Return ElementIterator COLLECTION_ERROR Input itfIterator IIterator
Stack.LockWaitTime (PROP) ¶ PROPERTY LockWaitTime : SYSTIME Set and get the wait time. If a call is blocked, the call is repeated after LockWaitTime . Default: 300 µs
Stack.Peek (METH) ¶ METHOD Peek : COLLECTION_ERROR Get the head element of the stack. The element will not be removed. InOut: Scope Name Type Comment Return Peek COLLECTION_ERROR Output itfElement IElement The top level element of the stack.
Stack.Pop (METH) ¶ METHOD Pop : COLLECTION_ERROR Get the head of the stack. The element will be removed from the stack. InOut: Scope Name Type Comment Return Pop COLLECTION_ERROR Output itfElement IElement The top level element of the stack.
SortedListFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT
SortedListFactory.prvInstSize (PROP) ¶ PROPERTY prvInstSize : CAA.SIZE