Opc.Ua.Core
DecodeMessage Method (IDecoder)



Opc.Ua Namespace > IDecoder Interface : DecodeMessage Method
Decodes an object from a buffer.
Syntax
'Declaration
 
Function DecodeMessage( _
   ByVal expectedType As Type _
) As IEncodeable
'Usage
 
Dim instance As IDecoder
Dim expectedType As Type
Dim value As IEncodeable
 
value = instance.DecodeMessage(expectedType)
IEncodeable DecodeMessage( 
   Type expectedType
)
IEncodeable^ DecodeMessage( 
   Type^ expectedType
) 

Parameters

expectedType
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

IDecoder Interface
IDecoder Members