Visual Basic (Declaration) | |
---|---|
Public Shared Function TranslateBrowsePaths( _ ByVal session As Opc.Ua.Client.Session, _ ByVal startNodeId As Opc.Ua.NodeId, _ ByVal namespacesUris As Opc.Ua.NamespaceTable, _ ByVal ParamArray relativePaths() As String _ ) As List(Of NodeId) |
C# | |
---|---|
public static List<NodeId> TranslateBrowsePaths( Opc.Ua.Client.Session session, Opc.Ua.NodeId startNodeId, Opc.Ua.NamespaceTable namespacesUris, params string[] relativePaths ) |
Parameters
- session
- An open session with the server to use.
- startNodeId
- The starting node for the relative paths.
- namespacesUris
- The namespace URIs referenced by the relative paths.
- relativePaths
- The relative paths.