EasyUA Reference
SetMappingTables Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > XmlDecoder Class : SetMappingTables Method

namespaceUris
The namespaces URIs referenced by the data being decoded.
serverUris
The server URIs referenced by the data being decoded.

Glossary Item Box

Initializes the tables used to map namespace and server uris during decoding.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As XmlDecoder
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
 
instance.SetMappingTables(namespaceUris, serverUris)
C# 
public void SetMappingTables( 
   NamespaceTable namespaceUris,
   StringTable 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.