Opc.Ua.Core
LoadNode(ISystemContext,BinaryDecoder) Method



Opc.Ua Namespace > NodeState Class > LoadNode Method : LoadNode(ISystemContext,BinaryDecoder) Method
The context for the system being accessed.
The decoder.
Creates a node and initializes it from the stream.
Syntax
'Declaration
 
Public Overloads Shared Function LoadNode( _
   ByVal context As ISystemContext, _
   ByVal decoder As BinaryDecoder _
) As NodeState
'Usage
 
Dim context As ISystemContext
Dim decoder As BinaryDecoder
Dim value As NodeState
 
value = NodeState.LoadNode(context, decoder)

Parameters

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

Return Value

The new node.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List