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

Stores the mapping between two string tables.
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat void