EasyUA Reference
Update(ISystemContext,XmlDecoder) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseVariableTypeState Class > Update Method : Update(ISystemContext,XmlDecoder) Method

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

Glossary Item Box

Updates the attributes from the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableTypeState
Dim context As ISystemContext
Dim decoder As XmlDecoder
 
instance.Update(context, decoder)
C# 
public override void Update( 
   ISystemContext context,
   XmlDecoder decoder
)

Parameters

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

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.