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

Stores information about an HDA read request.
Mostrar archivo 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_oe property

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

AttributeId public_oe property

The attribute being read.
public uint AttributeId
return uint

ClientHandle public_oe property

The client handle.
public int ClientHandle
return int

ContinuationPoint public_oe property

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

Error public_oe property

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

Handle public_oe property

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

IsComplete public_oe property

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

ModificationInfos public_oe property

Metadata associated with the values.
public List ModificationInfos
return List

NodeId public_oe property

The node id to read.
public NodeId NodeId
return NodeId

Values public_oe property

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