Opc.Ua.Core
Encode(IServiceMessageContext,IEncodeable,Boolean) Method



Opc.Ua Namespace > EncodeableObject Class > Encode Method : Encode(IServiceMessageContext,IEncodeable,Boolean) Method
Encodes the object in XML or Binary
Syntax
'Declaration
 
Public Overloads Shared Function Encode( _
   ByVal context As IServiceMessageContext, _
   ByVal encodeable As IEncodeable, _
   ByVal useXml As Boolean _
) As ExtensionObject
'Usage
 
Dim context As IServiceMessageContext
Dim encodeable As IEncodeable
Dim useXml As Boolean
Dim value As ExtensionObject
 
value = EncodeableObject.Encode(context, encodeable, useXml)

Parameters

context
encodeable
useXml
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
Overload List