Opc.Ua.Core
SetMappingTables Method (IDecoder)



Opc.Ua Namespace > IDecoder Interface : SetMappingTables Method
The namespaces URIs referenced by the data being decoded.
The server URIs referenced by the data being decoded.
Initializes the tables used to map namespace and server uris during decoding.
Syntax
'Declaration
 
Sub SetMappingTables( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) 
'Usage
 
Dim instance As IDecoder
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
 
instance.SetMappingTables(namespaceUris, serverUris)

Parameters

namespaceUris
The namespaces URIs referenced by the data being decoded.
serverUris
The server URIs referenced by the data being decoded.
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

IDecoder Interface
IDecoder Members