IAdsHandle.WriteAsync Method

Writes the value data asynchronously that is represented by the writeBuffer to the symbol specified by the variableHandle.

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

Syntax

C#

Task<ResultWrite> WriteAsync(
    uint variableHandle,
    ReadOnlyMemory<byte> writeBuffer,
    CancellationToken cancel
)

Parameters

variableHandle

Type: System.UInt32
The variable handle.

writeBuffer

Type: System.ReadOnlyMemory.Byte.
The write buffer/value.

cancel

Type: System.Threading.CancellationToken
The cancellation token.

Return Value

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

Reference

IAdsHandle Interface

TwinCAT.Ads Namespace