C# Класс Opc.Ua.Com.Client.AeSourceState

A object which maps a segment to a UA object.
Наследование: Opc.Ua.BaseObjectState
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System

Initializes a new instance of the AeSourceState class.

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

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

Initializes a new instance of the AeSourceState class.
public AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System
context ISystemContext The context.
areaId string The area id.
qualifiedName string The qualified name for the source.
name string The name of the source.
namespaceIndex ushort Index of the namespace.
Результат System