InstancePathBuildingNode (FB) ¶ FUNCTION_BLOCK InstancePathBuildingNode EXTENDS NamedTreeNode IMPLEMENTS IInstancePathBuildingNode Properties: InstancePathNodeType CaseSensitiveComparison , inherited from NamedTreeNode ChildCount , inherited from AbstrTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode proChildren , inherited from AbstrTreeNode Methods: GetFullPath FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode QueryInterface Structure: GetFullPath (Method) IBase QueryInterface (Method) InstancePathNodeType (Property)
InstancePathBuildingNode.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
IBase ¶ QueryInterface (Method)
InstancePathBuildingNode.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
InstancePathBuildingNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
InstancePathNodeFinder (FB) ¶ FUNCTION_BLOCK InstancePathNodeFinder Properties: protCallNodeFoundForRootNode protCallNodeNotFoundForRootNode Methods: Find FindLong FindLongWithData FindWithData Initialize abstrIgnoreRootNode abstrNodeFound abstrNodeNotFound Structure: Find (Method) FindLong (Method) FindLongWithData (Method) FindWithData (Method) Initialize (Method) abstrIgnoreRootNode (Method) abstrNodeFound (Method) abstrNodeNotFound (Method) protCallNodeFoundForRootNode (Property) protCallNodeNotFoundForRootNode (Property)
InstancePathNodeFinder.Find (METH) ¶ METHOD Find : IInstancePathBuildingNode InOut: Scope Name Type Return Find IInstancePathBuildingNode Input stPath STRING(255)
InstancePathNodeFinder.FindLong (METH) ¶ METHOD FindLong : IInstancePathBuildingNode InOut: Scope Name Type Return FindLong IInstancePathBuildingNode Input pstPath POINTER TO STRING
InstancePathNodeFinder.FindLongWithData (METH) ¶ METHOD FindLongWithData : IInstancePathBuildingNode InOut: Scope Name Type Comment Return FindLongWithData IInstancePathBuildingNode Input pstPath POINTER TO STRING pData POINTER TO BYTE some userdefined data Output bEnd BOOL prt POINTER TO IInstancePathBuildingNode
InstancePathNodeFinder.FindWithData (METH) ¶ METHOD FindWithData : IInstancePathBuildingNode InOut: Scope Name Type Comment Return FindWithData IInstancePathBuildingNode Input stPath STRING(255) pData POINTER TO BYTE some userdefined data Output bEnd BOOL prt POINTER TO InstancePathBuildingNode