C# 클래스 Opc.Ua.Com.Client.HdaAttributeState

A object which maps a COM DA item to a UA variable.
상속: PropertyState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
HdaAttributeState ( Opc.Ua.Com.Client.ComHdaClientConfiguration configuration, string itemId, HdaAttribute attribute, ushort namespaceIndex ) : System

Initializes a new instance of the DaItemState class.

메소드 상세

HdaAttributeState() 공개 메소드

Initializes a new instance of the DaItemState class.
public HdaAttributeState ( Opc.Ua.Com.Client.ComHdaClientConfiguration configuration, string itemId, HdaAttribute attribute, ushort namespaceIndex ) : System
configuration Opc.Ua.Com.Client.ComHdaClientConfiguration The configuration.
itemId string The item id.
attribute HdaAttribute The attribute.
namespaceIndex ushort Index of the namespace.
리턴 System