Opc.Ua.Core
ApplyDataEncoding Method



Opc.Ua Namespace > EncodeableObject Class : ApplyDataEncoding Method
Applies the data encoding to the value.
Syntax
'Declaration
 
Public Shared Function ApplyDataEncoding( _
   ByVal context As IServiceMessageContext, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object _
) As ServiceResult
'Usage
 
Dim context As IServiceMessageContext
Dim dataEncoding As QualifiedName
Dim value As Object
Dim value As ServiceResult
 
value = EncodeableObject.ApplyDataEncoding(context, dataEncoding, value)

Parameters

context
dataEncoding
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

EncodeableObject Class
EncodeableObject Members