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

Stores information about an HDA read request.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Свойство 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
Résultat uint

AttributeId public_oe property

The attribute being read.
public uint AttributeId
Résultat uint

ClientHandle public_oe property

The client handle.
public int ClientHandle
Résultat int

ContinuationPoint public_oe property

A continuation point returned by the server.
public byte[] ContinuationPoint
Résultat byte[]

Error public_oe property

Any error associated with the item.
public int Error
Résultat int

Handle public_oe property

The handle for the requested item.
public HdaItemHandle,Opc.Ua.Com.Server Handle
Résultat HdaItemHandle

IsComplete public_oe property

A flag that indicates that all data has been read.
public bool IsComplete
Résultat bool

ModificationInfos public_oe property

Metadata associated with the values.
public List ModificationInfos
Résultat List

NodeId public_oe property

The node id to read.
public NodeId NodeId
Résultat NodeId

Values public_oe property

Any error associated with the item.
public List Values
Résultat List