AdsConnection.WriteAnyAsync Method (UInt32, UInt32, Object, .Int32., CancellationToken)

write any as an asynchronous operation.

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

Syntax

C#

public Task<ResultWrite> WriteAnyAsync(
    uint indexGroup,
    uint indexOffset,
    Object value,
    int[]? args,
    CancellationToken cancel
)

Parameters

indexGroup

Type: System.UInt32
Contains the index group number of the requested ADS service.

indexOffset

Type: System.UInt32
Contains the index offset number of the requested ADS service.

value

Type: System.Object
Object to write to the ADS device.

args

Type: .System.Int32.
Additional arguments.

cancel

Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task.ResultWrite.
A task that represents the asynchronous task operation. The result parameter ResultWrite of the write operation contains the ErrorCode.

Implements

IAdsAnyAccess.WriteAnyAsync(UInt32, UInt32, Object, .Int32., CancellationToken)

Exceptions

Exception

Condition

ObjectDisposedException

ClientNotConnectedException

Reference

AdsConnection Class

WriteAnyAsync Overload

TwinCAT.Ads Namespace