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

A object which maps a segment to a UA object.
상속: Opc.Ua.BaseObjectState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System

Initializes a new instance of the AeSourceState class.

메소드 상세

AeSourceState() 공개 메소드

Initializes a new instance of the AeSourceState class.
public AeSourceState ( ISystemContext context, string areaId, string qualifiedName, string name, ushort namespaceIndex ) : System
context ISystemContext The context.
areaId string The area id.
qualifiedName string The qualified name for the source.
name string The name of the source.
namespaceIndex ushort Index of the namespace.
리턴 System