ANSI C Based OPC UA Client/Server SDK  1.9.0.430
OpcUa_BrowsePathTarget Struct Reference

A structure that is defined as the type of the targets parameter of the results parameter of the TranslateBrowsePathsToNodeIds service. More...

#include <opcua_types.h>

Data Fields

OpcUa_ExpandedNodeId TargetId
 The identifier for a target of the RelativePath.
 
OpcUa_UInt32 RemainingPathIndex
 The index of the first unprocessed element in the RelativePath. More...
 

Detailed Description

A structure that is defined as the type of the targets parameter of the results parameter of the TranslateBrowsePathsToNodeIds service.

A Server may encounter a reference to a node in another Server which it cannot follow while it is processing the RelativePath. If this happens, the Server returns the NodeId of the external node and sets the remainingPathIndex parameter to indicate which RelativePath elements still need to be processed. To complete the operation the Client shall connect to the other Server and call this service again using the target as the startingNode and the unprocessed elements as the relativePath.


The documentation for this struct was generated from the following file: