C# 클래스 Opc.Ua.ObjectNode

An object node in the server address space.
상속: IObject
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
ObjectNode ( ILocalNode source ) : System

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

SupportsAttribute ( uint attributeId ) : bool

Whether the node supports the specified attribute.

보호된 메소드들

메소드 설명
Read ( uint attributeId ) : object

Reads the value of an attribute.

Write ( uint attributeId, object value ) : ServiceResult

Writes the value of an attribute.

메소드 상세

ObjectNode() 공개 메소드

Creates a node from another node (copies attributes - not references).
public ObjectNode ( ILocalNode source ) : System
source ILocalNode The source.
리턴 System

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 identifier.
리턴 bool

Write() 보호된 메소드

Writes the value of an attribute.
protected Write ( uint attributeId, object value ) : ServiceResult
attributeId uint The attribute id.
value object The value.
리턴 ServiceResult