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



Opc.Ua Namespace > NodeState Class > UpdateChildren Method : UpdateChildren(ISystemContext,BinaryDecoder) Method
The context for the system being accessed.
The decoder to read from.
Loads the children from a binary stream.
Syntax
'Declaration
 
Public Overloads Overridable Sub UpdateChildren( _
   ByVal context As ISystemContext, _
   ByVal decoder As BinaryDecoder _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim decoder As BinaryDecoder
 
instance.UpdateChildren(context, decoder)
public virtual void UpdateChildren( 
   ISystemContext context,
   BinaryDecoder decoder
)
public:
virtual void UpdateChildren( 
   ISystemContext^ context,
   BinaryDecoder^ decoder
) 

Parameters

context
The context for the system being accessed.
decoder
The decoder to read from.
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