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

value
The numeric value of the id

Glossary Item Box

Initializes a numeric node identifier.

Syntax

Visual Basic (Usage)Copy Code
Dim value As UInteger
 
Dim instance As New NodeId(value)
C# 
public NodeId( 
   uint value
)

Parameters

value
The numeric value of the id

Remarks

Creates a new NodeId that will have a numeric (unsigned-int) id

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.