Opc.Ua.Core
Decode Method (IEncodeable)



Opc.Ua Namespace > IEncodeable Interface : Decode Method
The decoder to be used for decoding the current value.
Decodes the object from a stream.
Syntax
'Declaration
 
Sub Decode( _
   ByVal decoder As IDecoder _
) 
'Usage
 
Dim instance As IEncodeable
Dim decoder As IDecoder
 
instance.Decode(decoder)
void Decode( 
   IDecoder decoder
)
void Decode( 
   IDecoder^ decoder
) 

Parameters

decoder
The decoder to be used for decoding the current 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

IEncodeable Interface
IEncodeable Members