C# Класс Opc.Ua.EUInformation

Stores information about engineering units.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EUInformation ( string unitName, string namespaceUri ) : System

Initializes the object with the unitName and namespaceUri.

EUInformation ( string shortName, string longName, string namespaceUri ) : System

Initializes the object with the unitName and namespaceUri.

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

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

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string unitName, string namespaceUri ) : System
unitName string
namespaceUri string
Результат System

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

Initializes the object with the unitName and namespaceUri.
public EUInformation ( string shortName, string longName, string namespaceUri ) : System
shortName string
longName string
namespaceUri string
Результат System