C# Класс Opc.Ua.Client.DataDictionary

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

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

Метод Описание
Contains ( NodeId descriptionId ) : bool

Returns true if the dictionary contains the data type description;

DataDictionary ( Session session ) : System

The default constructor.

GetSchema ( NodeId descriptionId ) : string

Returns the schema for the specified type (returns the entire dictionary if null).

Load ( ReferenceDescription dictionary ) : void

Loads the dictionary idetified by the node id.

Приватные методы

Метод Описание
GetTypeSystem ( NodeId dictionaryId ) : void

Retrieves the type system for the dictionary.

Initialize ( ) : void

Sets private members to default values.

ReadDataTypes ( NodeId dictionaryId ) : void

Retrieves the data types in the dictionary.

ReadDictionary ( NodeId dictionaryId ) : byte[]

Reads the contents of a data dictionary.

Validate ( byte dictionary ) : void

Validates the type dictionary.

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

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

Returns true if the dictionary contains the data type description;
public Contains ( NodeId descriptionId ) : bool
descriptionId NodeId
Результат bool

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

The default constructor.
public DataDictionary ( Session session ) : System
session Session
Результат System

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

Returns the schema for the specified type (returns the entire dictionary if null).
public GetSchema ( NodeId descriptionId ) : string
descriptionId NodeId
Результат string

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

Loads the dictionary idetified by the node id.
public Load ( ReferenceDescription dictionary ) : void
dictionary ReferenceDescription
Результат void