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

A object which maps a COM DA item to a UA variable.
Наследование: PropertyState
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System

Initializes a new instance of the DaPropertyState class.

Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void

Initializes the node from the element.

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

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

Initializes a new instance of the DaPropertyState class.
public DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System
context ISystemContext The context.
itemId string The item id.
property DaProperty The property.
namespaceIndex ushort Index of the namespace.
Результат System

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

Initializes the node from the element.
public Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void
context ISystemContext The context.
itemId string The item id.
property DaProperty The property.
namespaceIndex ushort Index of the namespace.
Результат void