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

value
An array of System.Byte that will become this Node's ID

Glossary Item Box

Initializes a guid node identifier.

Syntax

Visual Basic (Usage)Copy Code
Dim value() As Byte
 
Dim instance As New NodeId(value)
C# 
public NodeId( 
   byte[] value
)

Parameters

value
An array of System.Byte that will become this Node's ID

Remarks

Creates a new node whose Id will be a series of System.Byte.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.