CmpRouter Library Documentation ¶ Company System Title CmpRouter Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder CmpRouter Description 1 ¶ This library provides access to some common functions of the router component in the runtime system. Contents: ¶ RTR_AddrComponent (Struct) RTR_NodeAddress (Struct) RouterGetHostAddress (Function) RouterGetInstanceByName (Function) RouterGetName (Function) RouterGetParentAddress (Function) Indices and tables ¶ 1 Based on CmpRouter.library, last modified 20.04.2021, 15:55:10. LibDoc 4.4.0.0-b.27 The content file CmpRouter.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:55:10.
InstancePathBuildingBranchNode (FB) ¶ FUNCTION_BLOCK InstancePathBuildingBranchNode EXTENDS InstancePathBuildingNode Properties: ChildCount InstancePathNodeType proChildren CaseSensitiveComparison , inherited from NamedTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode Methods: FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode GetFullPath , inherited from InstancePathBuildingNode QueryInterface , inherited from InstancePathBuildingNode Structure: ChildCount (Property) InstancePathNodeType (Property) proChildren (Property)
InstancePathBuildingBranchNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
InstancePathBuildingBranchNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
InstancePathBuildingBranchNode.proChildren (PROP) ¶ PROPERTY proChildren : POINTER TO ARRAY [0..100] OF IBaseTreeNode
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