EasyUA Reference
ReadValue Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : ReadValue Method

nodeId
The node Id.

Glossary Item Box

Reads the VALUE attribute of the specified node. The server call is made with maxAge=0 and the TimestampsToReturn property.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodeId As NodeId
Dim value As DataValue
 
value = instance.ReadValue(nodeId)
C# 
public DataValue ReadValue( 
   NodeId nodeId
)

Parameters

nodeId
The node Id.

Return Value

The read value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.