IAdsAnyAccess.ReadAny Method (UInt32, Type)

Reads data synchronously from an ADS device and writes it to an object.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

Object ReadAny(
    uint variableHandle,
    Type type
)

Parameters

variableHandle

Type: System.UInt32
Handle of the ADS variable.

type

Type: System.Type
Type of the object to be read.

Return Value

Type: Object
The read object.

Reference

IAdsAnyAccess Interface

ReadAny Overload

TwinCAT.Ads Namespace