C# 클래스 Opc.Ua.Com.Server.ComNamespaceMapper.StringTableMapping

Stores the mapping between two string tables.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Initialize ( List localTable, StringTable remoteTable ) : void

Initializes the mapping between the tables.

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

비공개 메소드들

메소드 설명
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.

메소드 상세

Initialize() 공개 메소드

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.
리턴 void