AdsClient.WriteValueAsync.T. Method (String, T, CancellationToken)

Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol.

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

Syntax

C#

public Task<ResultWrite> WriteValueAsync<T>(
    string name,
    T value,
    CancellationToken cancel
)

Parameters

name

Type: System.String
Name of the ADS symbol.

value

Type: T
Object holding the value to be written to the ADS symbol

cancel

Type: System.Threading.CancellationToken
The cancel token.

Type Parameters

T

The value type.

Return Value

Type: Task.ResultWrite.
A task that represents the asynchronous 'WriteSymbol' operation. The ResultWrite parameter contains the ErrorCode after execution.

Implements

IAdsSymbolicAccess.WriteValueAsync.T.(String, T, CancellationToken)

Reference

AdsClient Class

WriteValueAsync Overload

TwinCAT.Ads Namespace