IAdsReadWrite Interface

Interface for ADS Read/Write access via IndexGroup / IndexOffset

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

Syntax

C#

public interface IAdsReadWrite

The IAdsReadWrite type exposes the following members.

Methods

 

Name

Description

IAdsReadWrite Interface 1:

ReadAsync

Reads the data asynchronously from specified IndexGroup/IndexOffset

IAdsReadWrite Interface 2:

ReadWriteAsync

Read/Writes data asynchronously to/from the specified writeBuffer, readBuffer

IAdsReadWrite Interface 3:

TryRead

Reads data synchronously from an ADS device and writes it to the given stream.

IAdsReadWrite Interface 4:

TryReadWrite

Writes data synchronously to an ADS device and reads data from that device.

IAdsReadWrite Interface 5:

TryWrite

Writes data synchronously to an ADS device.

IAdsReadWrite Interface 6:

WriteAsync

Writes the data / Value asynchronously into the specified writeBuffer.

Reference

TwinCAT.Ads Namespace