File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 15:46:28 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpOPCUAStack.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpOPCUAStack.clean.json version version 2.0.0.0 ProjectInformation IsContainerLibrary bool True IsEndUserLibrary False Released True SourceLibrary False LastModificationDateTime date 20.04.2021, 15:46:28 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace Description See: Description DocFormat reStructuredText Project CmpOPCUAStack Title CmpOPCUAStack Version version 3.5.17.0
OpcUa_BrowseDescription (STRUCT) ¶ TYPE OpcUa_BrowseDescription : STRUCT InOut: Name Type NodeId OpcUa_NodeId BrowseDirection OpcUa_BrowseDirection ReferenceTypeId OpcUa_NodeId IncludeSubtypes OpcUa_Boolean NodeClassMask OpcUa_UInt32 ResultMask OpcUa_UInt32
OpcUa_BrowseNextRequest (STRUCT) ¶ TYPE OpcUa_BrowseNextRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader ReleaseContinuationPoints OpcUa_Boolean NoOfContinuationPoints OpcUa_Int32 ContinuationPoints POINTER TO OpcUa_ByteString
OpcUa_BrowseNextResponse (STRUCT) ¶ TYPE OpcUa_BrowseNextResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_BrowseResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_BrowsePath (STRUCT) ¶ TYPE OpcUa_BrowsePath : STRUCT InOut: Name Type StartingNode OpcUa_NodeId RelativePath OpcUa_RelativePath
OpcUa_BrowsePathResult (STRUCT) ¶ TYPE OpcUa_BrowsePathResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode NoOfTargets OpcUa_Int32 Targets POINTER TO OpcUa_BrowsePathTarget
OpcUa_BrowsePathTarget (STRUCT) ¶ TYPE OpcUa_BrowsePathTarget : STRUCT InOut: Name Type TargetId OpcUa_ExpandedNodeId RemainingPathIndex OpcUa_UInt32
OpcUa_BrowseRequest (STRUCT) ¶ TYPE OpcUa_BrowseRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader View OpcUa_ViewDescription RequestedMaxReferencesPerNode OpcUa_UInt32 NoOfNodesToBrowse OpcUa_Int32 NodesToBrowse POINTER TO OpcUa_BrowseDescription
OpcUa_BrowseResponse (STRUCT) ¶ TYPE OpcUa_BrowseResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_BrowseResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_BrowseResult (STRUCT) ¶ TYPE OpcUa_BrowseResult : STRUCT InOut: Name Type StatusCode OpcUa_StatusCode ContinuationPoint OpcUa_ByteString NoOfReferences OpcUa_Int32 References POINTER TO OpcUa_ReferenceDescription