Collections Interfaces Library Documentation ¶ Company System Title Collections Interfaces Version 3.5.17.0 Categories Intern|DataServer Namespace ICollections Author 3S - Smart Software Solutions GmbH Description 1 ¶ Interface for the Collections library. Contents: ¶ IBaseTreeNode (Interface) ChildCount (Property) GetChild (Method) GetFather (Method) IInstancePathBuildingNode (Interface) GetFullPath (Method) InstancePathNodeType (Property) INamedTreeNode (Interface) CaseSensitiveComparison (Property) FindChildByName (Method) Name (Property) InstancePathBuildingNodeType (Enum) InterfaceIDs (GVL) Indices and tables ¶ 1 Based on Collections_Itfs.library, last modified 20.04.2021, 14:41:19. LibDoc 4.4.0.0-b.27 The content file Collections_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 14:41:19.
IBaseTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
IBaseTreeNode (ITF) ¶ INTERFACE IBaseTreeNode EXTENDS IBase Properties: ChildCount Methods: GetChild GetFather Structure: ChildCount (Property) GetChild (Method) GetFather (Method)
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