Opc.Ua.Core
ApplyIndexRangeAndDataEncoding Method



Opc.Ua Namespace > BaseVariableState Class : ApplyIndexRangeAndDataEncoding Method
The context.
The index range.
The data encoding.
The value.
Applies the index range and the data encoding to the value.
Syntax
'Declaration
 
Public Shared Function ApplyIndexRangeAndDataEncoding( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object _
) As ServiceResult
'Usage
 
Dim context As ISystemContext
Dim indexRange As NumericRange
Dim dataEncoding As QualifiedName
Dim value As Object
Dim value As ServiceResult
 
value = BaseVariableState.ApplyIndexRangeAndDataEncoding(context, indexRange, dataEncoding, value)
public static ServiceResult ApplyIndexRangeAndDataEncoding( 
   ISystemContext context,
   NumericRange indexRange,
   QualifiedName dataEncoding,
   ref object value
)

Parameters

context
The context.
indexRange
The index range.
dataEncoding
The data encoding.
value
The value.
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