IAdsAnyAccess Interface

Interface for accessing ADS 'Any' objects.


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

Syntax

C#

public interface IAdsAnyAccess

The IAdsAnyAccess type exposes the following members.

Methods

 

Name

Description

IAdsAnyAccess Interface 1:

ReadAny(String, Type)

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

IAdsAnyAccess Interface 2:

ReadAny(UInt32, Type)

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

IAdsAnyAccess Interface 3:

ReadAny(String, Type, Int32)

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

IAdsAnyAccess Interface 4:

ReadAny(UInt32, Type, Int32)

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

IAdsAnyAccess Interface 5:

ReadAny(UInt32, UInt32, Type)

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

IAdsAnyAccess Interface 6:

ReadAny(UInt32, UInt32, Type, Int32)

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

IAdsAnyAccess Interface 7:

ReadAnyT(String)

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

IAdsAnyAccess Interface 8:

ReadAnyT(UInt32)

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

IAdsAnyAccess Interface 9:

ReadAnyT(String, Int32)

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

IAdsAnyAccess Interface 10:

ReadAnyT(UInt32, Int32)

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

IAdsAnyAccess Interface 11:

ReadAnyT(UInt32, UInt32)

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

IAdsAnyAccess Interface 12:

ReadAnyT(UInt32, UInt32, Int32)

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

IAdsAnyAccess Interface 13:

ReadAnyAsync(String, Type, CancellationToken)

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

IAdsAnyAccess Interface 14:

ReadAnyAsync(UInt32, Type, CancellationToken)

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

IAdsAnyAccess Interface 15:

ReadAnyAsync(String, Type, Int32, CancellationToken)

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

IAdsAnyAccess Interface 16:

ReadAnyAsync(UInt32, Type, Int32, CancellationToken)

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

IAdsAnyAccess Interface 17:

ReadAnyAsync(UInt32, UInt32, Type, CancellationToken)

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

IAdsAnyAccess Interface 18:

ReadAnyAsync(UInt32, UInt32, Type, Int32, CancellationToken)

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

IAdsAnyAccess Interface 19:

ReadAnyAsyncT(String, CancellationToken)

Reads data asynchronously from an ADS device.

IAdsAnyAccess Interface 20:

ReadAnyAsyncT(UInt32, CancellationToken)

Reads data asynchronously from an ADS device.

IAdsAnyAccess Interface 21:

ReadAnyAsyncT(String, Int32, CancellationToken)

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

IAdsAnyAccess Interface 22:

ReadAnyAsyncT(UInt32, Int32, CancellationToken)

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

IAdsAnyAccess Interface 23:

ReadAnyAsyncT(UInt32, UInt32, CancellationToken)

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

IAdsAnyAccess Interface 24:

ReadAnyAsyncT(UInt32, UInt32, Int32, CancellationToken)

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

IAdsAnyAccess Interface 25:

ReadAnyString(String, Int32, Encoding)

Reads any string.

IAdsAnyAccess Interface 26:

ReadAnyString(UInt32, Int32, Encoding)

Reads a string from the specified symbol/variable.

IAdsAnyAccess Interface 27:

ReadAnyString(UInt32, UInt32, Int32, Encoding)

Reads as string from a specified address.

IAdsAnyAccess Interface 28:

ReadAnyStringAsync(String, Int32, Encoding, CancellationToken)

Reads a string asynchronously from the specified symbol/variable

IAdsAnyAccess Interface 29:

ReadAnyStringAsync(UInt32, Int32, Encoding, CancellationToken)

Reads a string asynchronously from the specified symbol/variable

IAdsAnyAccess Interface 30:

ReadAnyStringAsync(UInt32, UInt32, Int32, Encoding, CancellationToken)

Reads a string from a specified address asynchronously.

IAdsAnyAccess Interface 31:

WriteAny(UInt32, Object)

Writes an object synchronously to an ADS device.

IAdsAnyAccess Interface 32:

WriteAny(UInt32, Object, Int32)

Writes an object synchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

IAdsAnyAccess Interface 33:

WriteAny(UInt32, UInt32, Object)

Writes an object synchronously to an ADS device.

IAdsAnyAccess Interface 34:

WriteAny(UInt32, UInt32, Object, Int32)

Writes an object synchronously to an ADS device.

IAdsAnyAccess Interface 35:

WriteAnyAsync(UInt32, Object, CancellationToken)

Writes an object synchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

IAdsAnyAccess Interface 36:

WriteAnyAsync(UInt32, Object, Int32, CancellationToken)

Writes an object asynchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

IAdsAnyAccess Interface 37:

WriteAnyAsync(UInt32, UInt32, Object, CancellationToken)

Writes an object asynchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

IAdsAnyAccess Interface 38:

WriteAnyAsync(UInt32, UInt32, Object, Int32, CancellationToken)

Writes an object asynchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

Reference

TwinCAT.Ads Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026