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

A structure that is defined as the type of the nodesToAdd parameter of the AddNodes Service. More...

#include <opcua_types.h>

Data Fields

OpcUa_ExpandedNodeId ParentNodeId
 ExpandedNodeId of the parent node for the reference.
 
OpcUa_NodeId ReferenceTypeId
 NodeId of the hierarchical ReferenceType to use for the reference from the parent node to the new node.
 
OpcUa_ExpandedNodeId RequestedNewNodeId
 Client requested expanded NodeId of the node to add. More...
 
OpcUa_QualifiedName BrowseName
 The browse name of the node to add.
 
OpcUa_NodeClass NodeClass
 NodeClass of the node to add.
 
OpcUa_ExtensionObject NodeAttributes
 The attributes that are specific to the NodeClass. More...
 
OpcUa_ExpandedNodeId TypeDefinition
 NodeId of the TypeDefinitionNode for the node to add. More...
 

Detailed Description

A structure that is defined as the type of the nodesToAdd parameter of the AddNodes Service.


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