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 |
indexOffset |
Type: System.UInt32 |
value |
Type: System.Object |
args |
Type: .System.Int32. |
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultWrite.
A task that represents the asynchronous task operation. The result
parameter ResultWrite of the
write operation contains the ErrorCode.