C# Class Opc.Ua.DataTypeNode

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

Méthodes publiques

Méthode Description
DataTypeNode ( ILocalNode source ) : System

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

SupportsAttribute ( uint attributeId ) : bool

Whether the node supports the specified attribute.

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

DataTypeNode() public méthode

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

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 identifier.
Résultat bool

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