GetVersion (FUN) ¶ FUNCTION GetVersion : VERSION This function has been automatically generated from the project information. InOut: Scope Name Type Return GetVersion VERSION
GetVersionProperty (FUN) ¶ FUNCTION GetVersionProperty : VERSION This function has been automatically generated from the project information. InOut: Scope Name Type Return GetVersionProperty VERSION Input stKey WSTRING
CmpOPCUAClient Library Documentation ¶ Company System Title CmpOPCUAClient Version 3.5.17.0 Categories System|SysLibs Author CODESYS Development GmbH Description 1 ¶ Access the OPC UA client runtime interface Indices and tables ¶ 1 Based on CmpOPCUAClient.library, last modified 20.04.2021, 15:44:05. LibDoc 4.4.0.0-b.27 The content file CmpOPCUAClient.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:44:05.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:44:05 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpOPCUAClient.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpOPCUAClient.clean.json version version 2.0.0.0 ProjectInformation IsContainerLibrary bool True IsEndUserLibrary False Released True SourceLibrary False LastModificationDateTime date 20.04.2021, 15:44:05 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP16 DefaultNamespace Description See: Description DocFormat reStructuredText Project CmpOPCUAClient Title CmpOPCUAClient Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpOPCUAClient Implementation ¶ Library Identification ¶ Placeholder: CmpOPCUAClient Implementation Default Resolution: CmpOPCUAClient Implementation, * (System) Namespace: CmpOPCUAClient_Implementation Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpOPCUAClient Implementation CmpOPCUAClient Interfaces ¶ Library Identification ¶ Name: CmpOPCUAClient Interfaces Version: newest Company: System Namespace: CmpOPCUAClient_Interfaces Library Properties ¶ LinkAllContent: False Optional: False PublishSymbolsInContainer: True QualifiedOnly: False SystemLibrary: False Key: CmpOPCUAClient Interfaces, * (System)
CmpOPCUAClient Interfaces Library Documentation ¶ Company System Title CmpOPCUAClient Interfaces Version 3.5.17.0 Categories System|SysLibs Author CODESYS Development GmbH Description 1 ¶ Interfaces of the OPC UA client runtime component Contents: ¶ CmpOPCUAClient Interfaces Interfaces Structs Types Indices and tables ¶ 1 Based on CmpOPCUAClient_Itfs.library, last modified 20.04.2021, 15:44:51. LibDoc 4.4.0.0-b.27 The content file CmpOPCUAClient_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:44:51.
CmpOPCUAClient Interfaces ¶ Interfaces IOPCUAClientConnectionCallback (Interface) ConnectionStateCallback (Method) GetUserCredentials (Method) VerifyServerCertificate (Method) IOPCUAClientDataAccessCallback (Interface) ReadCallback (Method) WriteCallback (Method) IOPCUAClientDiscoveryCallback (Interface) FindServersCallback (Method) FindServersOnNetworkCallback (Method) GetEndpointsCallback (Method) IOPCUAClientMethodCallback (Interface) CallCallback (Method) IOPCUAClientMonitoredItemCallback (Interface) ItemEventCallback (Method) ItemParameterCallback (Method) ItemStateCallback (Method) ItemValueCallback (Method) IOPCUAClientSubscriptionCallback (Interface) ParameterChangeCallback (Method) StateChangeCallback (Method) IOPCUAClientViewCallback (Interface) BrowseCallback (Method) BrowseNextCallback (Method) RegisterNodesCallback (Method) TranslateBrowsePathsToNodeIdsCallback (Method) UnregisterNodesCallback (Method) Structs OPCAClientCredentials_UserPassword (Struct) OPCUAClientConnectionConfiguration (Struct) OPCUAClientCredentials (Union) OPCUAClientMonitoredItemConfiguration (Struct) OPCUAClientUserToken (Struct) Types OPCUAClientConnectionState (Enum) OPCUAClientMonitoredItemState (Enum) OPCUAClientSubscriptionState (Enum)
Interfaces ¶ IOPCUAClientConnectionCallback (Interface) ConnectionStateCallback (Method) GetUserCredentials (Method) VerifyServerCertificate (Method) IOPCUAClientDataAccessCallback (Interface) ReadCallback (Method) WriteCallback (Method) IOPCUAClientDiscoveryCallback (Interface) FindServersCallback (Method) FindServersOnNetworkCallback (Method) GetEndpointsCallback (Method) IOPCUAClientMethodCallback (Interface) CallCallback (Method) IOPCUAClientMonitoredItemCallback (Interface) ItemEventCallback (Method) ItemParameterCallback (Method) ItemStateCallback (Method) ItemValueCallback (Method) IOPCUAClientSubscriptionCallback (Interface) ParameterChangeCallback (Method) StateChangeCallback (Method) IOPCUAClientViewCallback (Interface) BrowseCallback (Method) BrowseNextCallback (Method) RegisterNodesCallback (Method) TranslateBrowsePathsToNodeIdsCallback (Method) UnregisterNodesCallback (Method)
OpcUa_NodeClass (ENUM) ¶ TYPE OpcUa_NodeClass : InOut: Name Initial OpcUa_NodeClass_Unspecified 0 OpcUa_NodeClass_Object 1 OpcUa_NodeClass_Variable 2 OpcUa_NodeClass_Method 4 OpcUa_NodeClass_ObjectType 8 OpcUa_NodeClass_VariableType 16 OpcUa_NodeClass_ReferenceType 32 OpcUa_NodeClass_DataType 64 OpcUa_NodeClass_View 128
OpcUa_PerformUpdateType (ENUM) ¶ TYPE OpcUa_PerformUpdateType : InOut: Name Initial OpcUa_PerformUpdateType_Insert 1 OpcUa_PerformUpdateType_Replace 2 OpcUa_PerformUpdateType_Update 3 OpcUa_PerformUpdateType_Remove 4