Opc.Ua.Core
SetMappingTables Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : SetMappingTables Method
The namespace 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
 
Public Sub SetMappingTables( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) 
'Usage
 
Dim instance As XmlDecoder
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
 
instance.SetMappingTables(namespaceUris, serverUris)
public void SetMappingTables( 
   NamespaceTable namespaceUris,
   StringTable serverUris
)
public:
void SetMappingTables( 
   NamespaceTable^ namespaceUris,
   StringTable^ serverUris
) 

Parameters

namespaceUris
The namespace 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

XmlDecoder Class
XmlDecoder Members