EasyUA Reference
UpdateValues Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : UpdateValues Method

context
attributes
values

Glossary Item Box

Updates the node with the values from an event notification.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim attributes As SimpleAttributeOperandCollection
Dim values As EventFieldList
 
instance.UpdateValues(context, attributes, values)
C# 
public virtual void UpdateValues( 
   ISystemContext context,
   SimpleAttributeOperandCollection attributes,
   EventFieldList values
)

Parameters

context
attributes
values

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.