C# Class Opc.Ua.Com.Server.ComNamespaceMapper.StringTableMapping

Stores the mapping between two string tables.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Initialize ( List localTable, StringTable remoteTable ) : void

Initializes the mapping between the tables.

The local table is updates with missing URIs from the remote table.

Private Methods

Method Description
InitializeLocalToRemoteMapping ( List localTable, StringTable remoteTable ) : int[]

Initializes the local to remote mapping for a pair of string tables.

InitializeRemoteToLocalMapping ( List localTable, StringTable remoteTable ) : int[]

Initializes the remote to local mapping for a pair of string tables.

Method Details

Initialize() public method

Initializes the mapping between the tables.
The local table is updates with missing URIs from the remote table.
public Initialize ( List localTable, StringTable remoteTable ) : void
localTable List The local table.
remoteTable StringTable The remote table.
return void