C# 클래스 Opc.Ua.Com.Server.DaElement

Stores information an element in the DA server address space.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
DaElement ( ) : System

Initializes a new instance of the DaElement class.

SupportsProperty ( int propertyId ) : bool

Returns true if the element supports the specified property.

메소드 상세

DaElement() 공개 메소드

Initializes a new instance of the DaElement class.
public DaElement ( ) : System
리턴 System

SupportsProperty() 공개 메소드

Returns true if the element supports the specified property.
public SupportsProperty ( int propertyId ) : bool
propertyId int The property id.
리턴 bool