Opc.Ua.Core
SetMappingTables Method (IEncoder)



Opc.Ua Namespace > IEncoder Interface : SetMappingTables Method
The namespace uris.
The server uris.
Sets the mapping tables to use during decoding.
Syntax
'Declaration
 
Sub SetMappingTables( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) 
'Usage
 
Dim instance As IEncoder
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
 
instance.SetMappingTables(namespaceUris, serverUris)

Parameters

namespaceUris
The namespace uris.
serverUris
The server uris.
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

IEncoder Interface
IEncoder Members