C# Class Opc.Ua.ViewNode

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

Méthodes publiques

Méthode Description
SupportsAttribute ( uint attributeId ) : bool

Whether the node supports the specified attribute.

ViewNode ( 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 identifier.
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

ViewNode() public méthode

Creates a node from another node (copies attributes - not references).
public ViewNode ( 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 identifier.
value object The value.
Résultat ServiceResult