IAdsStateControl Interface

Interface for reading and controlling the ADS state.

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

Syntax

C#

public interface IAdsStateControl

Methods

 

Name

Description

IAdsStateControl Interface 1:

TryWriteControl(StateInfo)

Changes the ADS status and the device status of an ADS server.

IAdsStateControl Interface 2:

TryWriteControl(StateInfo, ReadOnlyMemory.Byte.)

Changes the ADS status and the device status of an ADS server.

IAdsStateControl Interface 3:

WriteControl(StateInfo)

Changes the ADS status and the device status of an ADS server.

IAdsStateControl Interface 4:

WriteControl(StateInfo, ReadOnlyMemory.Byte.)

Changes the ADS status and the device status of an ADS server.

IAdsStateControl Interface 5:

WriteControlAsync(AdsState, UInt16, CancellationToken)

Changes the ADS status and device status of the ADS server asynchronously.

IAdsStateControl Interface 6:

WriteControlAsync(AdsState, UInt16, ReadOnlyMemory.Byte., CancellationToken)

Changes the ADS status and device status of the ADS server asynchronously.

Reference

TwinCAT.Ads Namespace