uaPLUS Reference
WriteValueAttribute Method
See Also  Send Feedback
Opc.Ua Namespace > NodeState Class : WriteValueAttribute Method

context
indexRange
value
statusCode
sourceTimestamp

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function WriteValueAttribute( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal value As Object, _
   ByVal statusCode As StatusCode, _
   ByVal sourceTimestamp As Date _
) As ServiceResult
C# 
protected virtual ServiceResult WriteValueAttribute( 
   ISystemContext context,
   NumericRange indexRange,
   object value,
   StatusCode statusCode,
   DateTime sourceTimestamp
)

Parameters

context
indexRange
value
statusCode
sourceTimestamp

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.