ResultReadValueAccess<T> Class

Result object of an asynchronous read of a specific value of type T. Implements the ResultAccess

Inheritance Hierarchy

System.Object
  TwinCAT.ValueAccess.ResultAccess
    TwinCAT.ValueAccess.ResultReadValueAccess<T>
      TwinCAT.ValueAccess.ResultReadDynamicValueAccess
      TwinCAT.ValueAccess.ResultReadRawAccess
      TwinCAT.ValueAccess.ResultReadValueAccess
      TwinCAT.ValueAccess.ResultReadValueAccess2<I, V>

Namespace: TwinCAT.ValueAccess
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public class ResultReadValueAccess<T> : ResultAccess

Type Parameters

T

The type of the value.

The ResultReadValueAccess<T> type exposes the following members.

Properties

 

Name

Description

ResultReadValueAccess<T> Class 1:

ErrorCode

The ErrorCode of the communication access
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 2:

Failed

Gets a value indicating whether this ResultAccess represents a failed access.
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 3:

InvokeId

Gets the invoke identifier (optionally) or 0
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 4:

Succeeded

Gets a value indicating whether this ResultAccess represents a succeeded access.
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 5:

TimeStamp

The Timestamp / the date time of the communication access.
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 6:

Value

The value

Methods

 

Name

Description

ResultReadValueAccess<T> Class 7:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

ResultReadValueAccess<T> Class 8:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

ResultReadValueAccess<T> Class 9:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

ResultReadValueAccess<T> Class 10:

GetType

Gets the Type of the current instance.
(Inherited from Object)

ResultReadValueAccess<T> Class 11:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

ResultReadValueAccess<T> Class 12:

SetError

Sets the error to this ResultAccess object.
(Inherited from ResultAccess)

ResultReadValueAccess<T> Class 13:

ToString

Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

TwinCAT.ValueAccess Namespace ResultAccess

Beckhoff Automation GmbH & Co. KG 2001-2026