Skip to main content

getNextTreeNode

Short summary

Gets the next Node that iterate should process.

Return: TRUE a valid node existed, FALSE no node for iteration existed

  • Return type: BOOL

Parameters

NameTypeCommentKind
nodeCNM_CollectionInterfaces.IBinaryTreeNode-output

Code

Declaration

METHOD PROTECTED ABSTRACT getNextTreeNode :BOOL
VAR_OUTPUT
node :CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR