uaPLUS Reference
ApplyIndexRangeAndDataEncoding Method
See Also  Send Feedback
Opc.Ua Namespace > BaseVariableState Class : ApplyIndexRangeAndDataEncoding Method

context
indexRange
dataEncoding
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function ApplyIndexRangeAndDataEncoding( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object _
) As ServiceResult
C# 
public static ServiceResult ApplyIndexRangeAndDataEncoding( 
   ISystemContext context,
   NumericRange indexRange,
   QualifiedName dataEncoding,
   ref object value
)

Parameters

context
indexRange
dataEncoding
value

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.