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

A structure that is defined as the type of the referencesToAdd parameter of the AddReferences Service. More...

#include <opcua_types.h>

Data Fields

OpcUa_NodeId SourceNodeId
 NodeId of the node to which the reference is to be added. More...
 
OpcUa_NodeId ReferenceTypeId
 NodeId of the ReferenceType that defines the reference.
 
OpcUa_Boolean IsForward
 If the value is TRUE, the Server creates a forward reference; if the value is FALSE, the Server creates an inverse Reference.
 
OpcUa_String TargetServerUri
 URI of the remote Server. More...
 
OpcUa_ExpandedNodeId TargetNodeId
 Expanded NodeId of the target node.
 
OpcUa_NodeClass TargetNodeClass
 NodeClass of the target node. More...
 

Detailed Description

A structure that is defined as the type of the referencesToAdd parameter of the AddReferences Service.


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