Opc.Ua.Core
ReadAttributes Method



Opc.Ua Namespace > NodeState Class : ReadAttributes Method
The context for the current operation.
The attributes to read.
Reads the values for a set of attributes.
Syntax
'Declaration
 
Public Overridable Function ReadAttributes( _
   ByVal context As ISystemContext, _
   ByVal ParamArray attributeIds() As UInteger _
) As List(Of Object)
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim attributeIds() As UInteger
Dim value As List(Of Object)
 
value = instance.ReadAttributes(context, attributeIds)
public virtual List<object> ReadAttributes( 
   ISystemContext context,
   params uint[] attributeIds
)
public:
virtual List<Object^>^ ReadAttributes( 
   ISystemContext^ context,
   ... array<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, 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

NodeState Class
NodeState Members