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



Opc.Ua Namespace > NodeState Class > UpdateChild Method : UpdateChild(ISystemContext,BinaryDecoder) Method
The context for the system being accessed.
The decoder wrapping the stream to read.
Reads attributes for the next child found in the stream.
Syntax
'Declaration
 
Protected Overloads Function UpdateChild( _
   ByVal context As ISystemContext, _
   ByVal decoder As BinaryDecoder _
) As BaseInstanceState
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim decoder As BinaryDecoder
Dim value As BaseInstanceState
 
value = instance.UpdateChild(context, decoder)

Parameters

context
The context for the system being accessed.
decoder
The decoder wrapping the stream to read.

Return Value

The updated child.
Remarks
The child is created if it does not already exist. Recursively updates any children of the child.
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