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

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

공개 프로퍼티들

프로퍼티 타입 설명
AggregateId uint
AttributeId uint
ClientHandle int
ContinuationPoint byte[]
Error int
Handle HdaItemHandle
IsComplete bool
ModificationInfos List
NodeId NodeId
Values List

프로퍼티 상세

AggregateId 공개적으로 프로퍼티

The aggregate used to calculate the results.
public uint AggregateId
리턴 uint

AttributeId 공개적으로 프로퍼티

The attribute being read.
public uint AttributeId
리턴 uint

ClientHandle 공개적으로 프로퍼티

The client handle.
public int ClientHandle
리턴 int

ContinuationPoint 공개적으로 프로퍼티

A continuation point returned by the server.
public byte[] ContinuationPoint
리턴 byte[]

Error 공개적으로 프로퍼티

Any error associated with the item.
public int Error
리턴 int

Handle 공개적으로 프로퍼티

The handle for the requested item.
public HdaItemHandle,Opc.Ua.Com.Server Handle
리턴 HdaItemHandle

IsComplete 공개적으로 프로퍼티

A flag that indicates that all data has been read.
public bool IsComplete
리턴 bool

ModificationInfos 공개적으로 프로퍼티

Metadata associated with the values.
public List ModificationInfos
리턴 List

NodeId 공개적으로 프로퍼티

The node id to read.
public NodeId NodeId
리턴 NodeId

Values 공개적으로 프로퍼티

Any error associated with the item.
public List Values
리턴 List