EasyUA Reference
Read Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ILocalNode Interface : Read Method

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

Glossary Item Box

Reads the value of a attribute.

Syntax

Visual Basic (Usage)Copy Code
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.