uaPLUS Reference
TranslateBrowsePathsToNodeIds Method
See Also  Send Feedback
Opc.Ua.Server Namespace > StandardServer Class : TranslateBrowsePathsToNodeIds Method

requestHeader
browsePaths
results
diagnosticInfos

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overrides Function TranslateBrowsePathsToNodeIds( _
   ByVal requestHeader As RequestHeader, _
   ByVal browsePaths As BrowsePathCollection, _
   ByRef results As BrowsePathResultCollection, _
   ByRef diagnosticInfos As DiagnosticInfoCollection _
) As ResponseHeader
C# 
public override ResponseHeader TranslateBrowsePathsToNodeIds( 
   RequestHeader requestHeader,
   BrowsePathCollection browsePaths,
   out BrowsePathResultCollection results,
   out DiagnosticInfoCollection diagnosticInfos
)

Parameters

requestHeader
browsePaths
results
diagnosticInfos

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.