IAdsReadWriteTimeoutAccess Interface

Interface IAdsReadWriteTimeoutAccess

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

Syntax

C#

public interface IAdsReadWriteTimeoutAccess

The IAdsReadWriteTimeoutAccess type exposes the following members.

Methods

 

Name

Description

IAdsReadWriteTimeoutAccess Interface 1:

Read

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

IAdsReadWriteTimeoutAccess Interface 2:

ReadAny

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

IAdsReadWriteTimeoutAccess Interface 3:

ReadWrite

Writes data synchronously to an ADS device and then Reads data from this device.

IAdsReadWriteTimeoutAccess Interface 4:

TryRead

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

IAdsReadWriteTimeoutAccess Interface 5:

TryReadWrite

Writes data synchronously to an ADS device and then Reads data from this device.

IAdsReadWriteTimeoutAccess Interface 6:

TryWrite

Writes data synchronously to an ADS device.

IAdsReadWriteTimeoutAccess Interface 7:

Write

Writes data synchronously to an ADS device.

IAdsReadWriteTimeoutAccess Interface 8:

WriteAny

Writes an object synchronously to an ADS device.

Remarks

For internal use only.

Reference

TwinCAT.Ads Namespace