ResultReadDynamicValueAccess Class

Asynchronous read access result returning an Dynamic value object (IDynamicValue. Implements the ResultReadValueAccess.T.

Inheritance Hierarchy

System.Object
  TwinCAT.ValueAccess.ResultAccess
    TwinCAT.ValueAccess.ResultReadValueAccess.IDynamicValue.
      TwinCAT.ValueAccess.ResultReadDynamicValueAccess
Namespace:  TwinCAT.ValueAccess
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class ResultReadDynamicValueAccess : ResultReadValueAccess<IDynamicValue>

The ResultReadDynamicValueAccess type exposes the following members.

Properties

 

Name

Description

ResultReadDynamicValueAccess Class 1:

DateTime

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

ResultReadDynamicValueAccess Class 2:

ErrorCode

The ErrorCode of the communication access (Inherited from ResultAccess.)

ResultReadDynamicValueAccess Class 3:

Failed

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

ResultReadDynamicValueAccess Class 4:

InvokeId

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

ResultReadDynamicValueAccess Class 5:

Succeeded

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

ResultReadDynamicValueAccess Class 6:

Value

The value (Inherited from ResultReadValueAccess.T..)

Methods

 

Name

Description

ResultReadDynamicValueAccess Class 7:

Equals

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

ResultReadDynamicValueAccess 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.)

ResultReadDynamicValueAccess Class 9:

GetHashCode

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

ResultReadDynamicValueAccess Class 10:

GetType

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

ResultReadDynamicValueAccess Class 11:

MemberwiseClone

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

ResultReadDynamicValueAccess Class 12:

SetError

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

ResultReadDynamicValueAccess Class 13:

ToString

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

Reference

TwinCAT.ValueAccess Namespace

TwinCAT.ValueAccess.ResultReadValueAccess.T.