ANSI C Based OPC UA Client/Server SDK  1.8.3.398
OpcUa_DeleteReferencesItem Struct Reference

A structure that is defined as the type of the referencesToDelete parameter of the DeleteReferences service. More...

#include <opcua_types.h>

Data Fields

OpcUa_NodeId SourceNodeId
 NodeId of the node that contains the reference to delete.
 
OpcUa_NodeId ReferenceTypeId
 NodeId of the ReferenceType that defines the reference to delete.
 
OpcUa_Boolean IsForward
 If the value is TRUE, the Server deletes a forward Reference. More...
 
OpcUa_ExpandedNodeId TargetNodeId
 NodeId of the target node of the reference. More...
 
OpcUa_Boolean DeleteBidirectional
 A boolean parameter indicating whether the opposite reference from the target node should be deleted together with the node to delete. More...
 

Detailed Description

A structure that is defined as the type of the referencesToDelete parameter of the DeleteReferences service.


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