Opc.Ua.Core
EncodeBinary Method



Opc.Ua Namespace > EncodeableObject Class : EncodeBinary Method
Encodes the object in binary
Syntax
'Declaration
 
Public Shared Function EncodeBinary( _
   ByVal encodeable As IEncodeable, _
   ByVal context As IServiceMessageContext _
) As Byte()
'Usage
 
Dim encodeable As IEncodeable
Dim context As IServiceMessageContext
Dim value() As Byte
 
value = EncodeableObject.EncodeBinary(encodeable, context)

Parameters

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