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

Stores information about an HDA aggregate.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
LocalId uint
Name string
RemoteId NodeId

프로퍼티 상세

Description 공개적으로 프로퍼티

The descriptions of the aggregate.
public string Description
리턴 string

LocalId 공개적으로 프로퍼티

The proxy assigned identifier for the aggregate,
public uint LocalId
리턴 uint

Name 공개적으로 프로퍼티

The name of the aggregate.
public string Name
리턴 string

RemoteId 공개적으로 프로퍼티

The UA aggregate id.
public NodeId RemoteId
리턴 NodeId