Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System) CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) Collections Interfaces ¶ Library Identification ¶ Name: Collections Interfaces Version: newest Company: System Namespace: ICollections Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Collections Interfaces, * (System) Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard SysMem ¶ Library Identification ¶ Placeholder: SysMem Default Resolution: SysMem, * (System) Namespace: SysMem Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysMem
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 (ITF) ¶ INTERFACE IBaseTreeNode EXTENDS IBase Properties: ChildCount Methods: GetChild GetFather Structure: ChildCount (Property) GetChild (Method) GetFather (Method)
IBaseTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
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.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 (ITF) ¶ INTERFACE IInstancePathBuildingNode EXTENDS IBase Properties: InstancePathNodeType Methods: GetFullPath Structure: GetFullPath (Method) InstancePathNodeType (Property)
PStrLenUntil (FUN) ¶ FUNCTION PStrLenUntil : DINT InOut: Scope Name Type Return PStrLenUntil DINT Input pst POINTER TO STRING stTokenDelimiters STRING
PStrToUpper (FUN) ¶ FUNCTION PStrToUpper : STRING(255) This function converts a string to uppercase. The maximal stringlen is 255! InOut: Scope Name Type Return PStrToUpper STRING(255) Input pstValue POINTER TO STRING(255)