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

context
The context for the current operation.
attributeIds
The attributes to read.

Glossary Item Box

Reads the values for a set of attributes.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim attributeIds() As UInteger
Dim value As List(Of Object)
 
value = instance.ReadAttributes(context, attributeIds)
C# 
public virtual List<object> ReadAttributes( 
   ISystemContext context,
   params uint[] attributeIds
)

Parameters

context
The context for the current operation.
attributeIds
The attributes to read.

Return Value

A list of values. If any error occurs for an attribute the value will be null.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.