C# Класс Opc.Ua.Com.Server.HdaReadRequest

Stores information about an HDA read request.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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