EasyUA Reference
LoadNode(ISystemContext,BinaryDecoder) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > LoadNode Method : LoadNode(ISystemContext,BinaryDecoder) Method

context
The context for the system being accessed.
decoder
The decoder.

Glossary Item Box

Creates a node and initializes it from the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim context As ISystemContext
Dim decoder As BinaryDecoder
Dim value As NodeState
 
value = NodeState.LoadNode(context, decoder)
C# 
public static NodeState LoadNode( 
   ISystemContext context,
   BinaryDecoder decoder
)

Parameters

context
The context for the system being accessed.
decoder
The decoder.

Return Value

The new node.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.