EasyUA Reference
ExpandedNodeId Constructor(NodeId,String,UInt32)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(NodeId,String,UInt32)

nodeId
The NodeId to wrap.
namespaceUri
The namespace that this node belongs to
serverIndex
The server that the node belongs to

Glossary Item Box

Initializes an expanded node identifier with a node id and a namespace URI.

Syntax

Visual Basic (Usage)Copy Code
Dim nodeId As NodeId
Dim namespaceUri As String
Dim serverIndex As UInteger
 
Dim instance As New ExpandedNodeId(nodeId, namespaceUri, serverIndex)
C# 
public ExpandedNodeId( 
   NodeId nodeId,
   string namespaceUri,
   uint serverIndex
)

Parameters

nodeId
The NodeId to wrap.
namespaceUri
The namespace that this node belongs to
serverIndex
The server that the node belongs to

Remarks

Creates a new instance of the object while allowing you to specify both the NodeId and the Namespace URI that applies to the NodeID.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.