IAdsReadWrite2 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 IAdsReadWrite2 : IAdsReadWrite

The IAdsReadWrite2 type exposes the following members.

Methods

 

Name

Description

IAdsReadWrite2 Interface 1:

Read

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

IAdsReadWrite2 Interface 2:

ReadAsync

Reads the data asynchronously from specified IndexGroup/IndexOffset (Inherited from IAdsReadWrite.)

IAdsReadWrite2 Interface 3:

ReadWrite

Writes data synchronously to an ADS device and then Reads data from this device into the readBuffer

IAdsReadWrite2 Interface 4:

ReadWriteAsync

Read/Writes data asynchronously to/from the specified writeBuffer, readBuffer (Inherited from IAdsReadWrite.)

IAdsReadWrite2 Interface 5:

TryRead

Reads data synchronously from an ADS device and writes it to the given stream. (Inherited from IAdsReadWrite.)

IAdsReadWrite2 Interface 6:

TryReadWrite

Writes data synchronously to an ADS device and reads data from that device. (Inherited from IAdsReadWrite.)

IAdsReadWrite2 Interface 7:

TryWrite

Writes data synchronously to an ADS device. (Inherited from IAdsReadWrite.)

IAdsReadWrite2 Interface 8:

Write(UInt32, UInt32)

Triggers a 'Write' call to the ADS device at the specified address.

IAdsReadWrite2 Interface 9:

Write(UInt32, UInt32, ReadOnlyMemory.Byte.)

Writes data synchronously to an ADS device.

IAdsReadWrite2 Interface 10:

WriteAsync

Writes the data / Value asynchronously into the specified writeBuffer. (Inherited from IAdsReadWrite.)

Reference

TwinCAT.Ads Namespace