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

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

공개 메소드들

메소드 설명
DaProperty ( ) : System

Initializes a new instance of the DaProperty class.

DaProperty ( int propertyId ) : System

Initializes a new instance of the DaProperty class.

메소드 상세

DaProperty() 공개 메소드

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

DaProperty() 공개 메소드

Initializes a new instance of the DaProperty class.
public DaProperty ( int propertyId ) : System
propertyId int The property id.
리턴 System