C# Class Opc.Ua.VariableTypeNode

A variable type node in the server address space.
Inheritance: IVariableType
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SupportsAttribute ( uint attributeId ) : bool

Whether the node supports the specified attribute.

VariableTypeNode ( ILocalNode source ) : System

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

Méthodes protégées

Méthode Description
Read ( uint attributeId ) : object

Reads the value of an attribute.

Write ( uint attributeId, object value ) : ServiceResult

Writes the value of an attribute.

Method Details

Read() protected méthode

Reads the value of an attribute.
protected Read ( uint attributeId ) : object
attributeId uint The attribute id.
Résultat object

SupportsAttribute() public méthode

Whether the node supports the specified attribute.
public SupportsAttribute ( uint attributeId ) : bool
attributeId uint The attribute id.
Résultat bool

VariableTypeNode() public méthode

Creates a node from another node (copies attributes - not references).
public VariableTypeNode ( ILocalNode source ) : System
source ILocalNode The source.
Résultat System

Write() protected méthode

Writes the value of an attribute.
protected Write ( uint attributeId, object value ) : ServiceResult
attributeId uint The attribute id.
value object The value.
Résultat ServiceResult