Opc.Ua.Core
WriteValueAttribute Method (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : WriteValueAttribute Method
The context.
The index range.
The value.
The status code.
The source timestamp.
Write the value for the value attribute.
Syntax
'Declaration
 
Protected Overrides Function WriteValueAttribute( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal value As Object, _
   ByVal statusCode As StatusCode, _
   ByVal sourceTimestamp As Date _
) As ServiceResult
'Usage
 
Dim instance As BaseVariableState
Dim context As ISystemContext
Dim indexRange As NumericRange
Dim value As Object
Dim statusCode As StatusCode
Dim sourceTimestamp As Date
Dim value As ServiceResult
 
value = instance.WriteValueAttribute(context, indexRange, value, statusCode, sourceTimestamp)

Parameters

context
The context.
indexRange
The index range.
value
The value.
statusCode
The status code.
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