IBaseTreeNode.GetChild (METH) ¶ METHOD GetChild : IBaseTreeNode InOut: Scope Name Type Return GetChild IBaseTreeNode Input diIndex DINT
IBaseTreeNode.GetFather (METH) ¶ METHOD GetFather : IBaseTreeNode InOut: Scope Name Type Return GetFather IBaseTreeNode
IInstancePathBuildingNode (ITF) ¶ INTERFACE IInstancePathBuildingNode EXTENDS IBase Properties: InstancePathNodeType Methods: GetFullPath Structure: GetFullPath (Method) InstancePathNodeType (Property)
IInstancePathBuildingNode.GetFullPath (METH) ¶ METHOD GetFullPath : DINT Will fill the buffer with the full path of this node, in case the pBuffer is 0 then the needed size in bytes will be returned. When the buffer is too small, -1 will be returned. InOut: Scope Name Type Return GetFullPath DINT Input pBuffer POINTER TO STRING diBufferSize DINT
IInstancePathBuildingNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
INamedTreeNode (ITF) ¶ INTERFACE INamedTreeNode EXTENDS IBase Properties: CaseSensitiveComparison Name Methods: FindChildByName Structure: CaseSensitiveComparison (Property) FindChildByName (Method) Name (Property)
INamedTreeNode.CaseSensitiveComparison (PROP) ¶ PROPERTY CaseSensitiveComparison : BOOL
INamedTreeNode.FindChildByName (METH) ¶ METHOD FindChildByName : INamedTreeNode InOut: Scope Name Type Return FindChildByName INamedTreeNode Input stName STRING(256)
INamedTreeNode.Name (PROP) ¶ PROPERTY Name : POINTER TO STRING
InstancePathBuildingNodeType (ENUM) ¶ TYPE InstancePathBuildingNodeType : InOut: Name StructuredNode ArrayNode PointerNode ValueNode