C# 클래스 Opc.Ua.ViewNode

A view node in the server address space.
상속: IView
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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).

보호된 메소드들

메소드 설명
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 identifier.
리턴 object

SupportsAttribute() 공개 메소드

Whether the node supports the specified attribute.
public SupportsAttribute ( uint attributeId ) : bool
attributeId uint The attribute identifier.
리턴 bool

ViewNode() 공개 메소드

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