Opc.Ua.Core
SetMappingTables Method (BinaryEncoder)



Opc.Ua Namespace > BinaryEncoder Class : SetMappingTables Method
The namespaces URIs referenced by the data being encoded.
The server URIs referenced by the data being encoded.
Initializes the tables used to map namespace and server uris during encoding.
Syntax
'Declaration
 
Public Sub SetMappingTables( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) 
'Usage
 
Dim instance As BinaryEncoder
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 namespaces URIs referenced by the data being encoded.
serverUris
The server URIs referenced by the data being encoded.
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

BinaryEncoder Class
BinaryEncoder Members