Opc.Ua.Core
Read Method (ILocalNode)



Opc.Ua Namespace > ILocalNode Interface : Read Method
The context.
The attribute identifier.
The value.
Reads the value of a attribute.
Syntax
'Declaration
 
Function Read( _
   ByVal context As IOperationContext, _
   ByVal attributeId As UInteger, _
   ByVal value As DataValue _
) As ServiceResult
'Usage
 
Dim instance As ILocalNode
Dim context As IOperationContext
Dim attributeId As UInteger
Dim value As DataValue
Dim value As ServiceResult
 
value = instance.Read(context, attributeId, value)

Parameters

context
The context.
attributeId
The attribute identifier.
value
The value.

Return Value

The result of read operation.
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

ILocalNode Interface
ILocalNode Members