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 |
writeBuffer |
Type: System.ReadOnlyMemory.Byte. |
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultWrite.
A task that represents the asynchronous write operation. The
ResultWrite
parameter contains the ErrorCode after
execution.