Opc.Ua.Core
ReadValueAttribute Method (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : ReadValueAttribute Method
The context.
The index range.
The data encoding.
The value to be returned.
The source timestamp.
When overridden in a derived class, iReads the value for the value attribute.
Syntax
'Declaration
 
Protected Overrides Function ReadValueAttribute( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object, _
   ByRef sourceTimestamp As Date _
) As ServiceResult
'Usage
 
Dim instance As BaseVariableState
Dim context As ISystemContext
Dim indexRange As NumericRange
Dim dataEncoding As QualifiedName
Dim value As Object
Dim sourceTimestamp As Date
Dim value As ServiceResult
 
value = instance.ReadValueAttribute(context, indexRange, dataEncoding, value, sourceTimestamp)

Parameters

context
The context.
indexRange
The index range.
dataEncoding
The data encoding.
value
The value to be returned.
sourceTimestamp
The source timestamp.

Return Value

An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.
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

BaseVariableState Class
BaseVariableState Members