C# Класс Opc.Ua.Server.TypeSourceTable

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FindTypeSource ( NodeId typeId ) : BaseTypeSource

Returns the source for a types that has shared components defined.

Some types define shared components which are used by all instances of the type. This table contains sources for those shared components.

SetTypeSource ( NodeId typeId, BaseTypeSource source ) : void

Sets the source for a types that has shared components defined.

Removes the entry from the table if the source is null.

TypeSourceTable ( ) : System

Initializes the instance.

Описание методов

FindTypeSource() публичный Метод

Returns the source for a types that has shared components defined.
Some types define shared components which are used by all instances of the type. This table contains sources for those shared components.
public FindTypeSource ( NodeId typeId ) : BaseTypeSource
typeId NodeId
Результат BaseTypeSource

SetTypeSource() публичный Метод

Sets the source for a types that has shared components defined.
Removes the entry from the table if the source is null.
public SetTypeSource ( NodeId typeId, BaseTypeSource source ) : void
typeId NodeId
source BaseTypeSource
Результат void

TypeSourceTable() публичный Метод

Initializes the instance.
public TypeSourceTable ( ) : System
Результат System