Opc.Ua.Core
Update(ISystemContext,BinaryDecoder,AttributesToSave) Method



Opc.Ua Namespace > BaseObjectState Class > Update Method : Update(ISystemContext,BinaryDecoder,AttributesToSave) Method
The context for the system being accessed.
The decoder to read from.
The masks indicating what attributes to read.
Updates the object from a binary stream.
Syntax
'Declaration
 
Public Overloads Overrides Sub Update( _
   ByVal context As ISystemContext, _
   ByVal decoder As BinaryDecoder, _
   ByVal attributesToLoad As NodeState.AttributesToSave _
) 
'Usage
 
Dim instance As BaseObjectState
Dim context As ISystemContext
Dim decoder As BinaryDecoder
Dim attributesToLoad As NodeState.AttributesToSave
 
instance.Update(context, decoder, attributesToLoad)

Parameters

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

BaseObjectState Class
BaseObjectState Members
Overload List