ITcAdsRaw Interface

Internal Raw ADS interface


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

Syntax

C#

public interface ITcAdsRaw : IAdsReadWrite

The ITcAdsRaw type exposes the following members.

Methods

 

Name

Description

CreateVariableHandleAsync

Generates a unique handle for an ADS variable (asynchronously)

DeleteVariableHandleAsync

Releases the handle of a ADS variable again (asynchronously)

ReadAsResult

Reads data synchronously from an ADS device.
(Inherited from IAdsReadWrite)

ReadAsync

Reads the value of the specified symbol asynchronously.

ReadStateAsync

Read the ADS State asynchronously

ReadWriteAsResult

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

TryReadState

Reads the ADS state.

TryWrite

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

TryWriteControl

Writes the state

Write(UInt32, UInt32)

Sends a 'Write' request to the ADS device at the specified address.
(Inherited from IAdsReadWrite)

Write(UInt32, UInt32, ReadOnlyMemoryByte)

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

WriteAsResult

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

WriteAsync

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

WriteControlAsync

Writes the AdsState and device state to the ADS device.

Reference

TwinCAT.Ads Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026