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

A variable node in the server address space.
Наследование: IVariable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
SupportsAttribute ( uint attributeId ) : bool

Whether the node supports the specified attribute.

VariableNode ( ILocalNode source ) : System

Creates a node from another node (copies attributes - not references).

Защищенные методы

Метод Описание
Read ( uint attributeId ) : object

Reads the value of an attribute.

Write ( uint attributeId, object value ) : ServiceResult

Writes the value of an attribute.

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

Read() защищенный Метод

Reads the value of an attribute.
protected Read ( uint attributeId ) : object
attributeId uint The attribute id.
Результат object

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

Whether the node supports the specified attribute.
public SupportsAttribute ( uint attributeId ) : bool
attributeId uint The attribute id.
Результат bool

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

Creates a node from another node (copies attributes - not references).
public VariableNode ( ILocalNode source ) : System
source ILocalNode The source.
Результат System

Write() защищенный Метод

Writes the value of an attribute.
protected Write ( uint attributeId, object value ) : ServiceResult
attributeId uint The attribute id.
value object The value.
Результат ServiceResult