C# Class Opc.Ua.Com.Server.HdaReadRequest

Stores information about an HDA read request.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
AggregateId uint
AttributeId uint
ClientHandle int
ContinuationPoint byte[]
Error int
Handle HdaItemHandle
IsComplete bool
ModificationInfos List
NodeId NodeId
Values List

Property Details

AggregateId public property

The aggregate used to calculate the results.
public uint AggregateId
return uint

AttributeId public property

The attribute being read.
public uint AttributeId
return uint

ClientHandle public property

The client handle.
public int ClientHandle
return int

ContinuationPoint public property

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

Error public property

Any error associated with the item.
public int Error
return int

Handle public property

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

IsComplete public property

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

ModificationInfos public property

Metadata associated with the values.
public List ModificationInfos
return List

NodeId public property

The node id to read.
public NodeId NodeId
return NodeId

Values public property

Any error associated with the item.
public List Values
return List