EasyUA Reference
UpdateReferences(ISystemContext,BinaryDecoder) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > UpdateReferences Method : UpdateReferences(ISystemContext,BinaryDecoder) Method

context
The context for the system being accessed.
decoder
The decoder to read from.

Glossary Item Box

Loads the reference table from a binary stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim decoder As BinaryDecoder
 
instance.UpdateReferences(context, decoder)
C# 
public void UpdateReferences( 
   ISystemContext context,
   BinaryDecoder decoder
)

Parameters

context
The context for the system being accessed.
decoder
The decoder to read from.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.