Opc.Ua.Core
DecodeMessage Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : DecodeMessage Method
Decodes an object from a buffer.
Syntax
'Declaration
 
Public Function DecodeMessage( _
   ByVal expectedType As Type _
) As IEncodeable
'Usage
 
Dim instance As XmlDecoder
Dim expectedType As Type
Dim value As IEncodeable
 
value = instance.DecodeMessage(expectedType)
public IEncodeable DecodeMessage( 
   Type expectedType
)
public:
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

XmlDecoder Class
XmlDecoder Members