ANSI C UA Server SDK  1.5.1.313
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
OpcUa_AddReferencesRequest Struct Reference

Asynchronously adds one or more references to one or more nodes. More...

#include <opcua_types.h>

Data Fields

OpcUa_AddReferencesItemReferencesToAdd
 List of reference instances to add to the source node. More...
 

Detailed Description

Asynchronously adds one or more references to one or more nodes.

The NodeClass is an input parameter that is used to validate that the reference to be added matches the NodeClass of the target node. This parameter is not validated if the reference refers to a target node in a remote Server.

In certain cases, adding new references to the address space shall require that the Server add new Server ids to the Server’s ServerArray variable. For this reason, remote Servers are identified by their URI and not by their ServerArray index. This allows the Server to add the remote Server URIs to its ServerArray.


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