IAdsReadWrite.ReadWriteAsync Method
Read/Writes data asynchronously to/from the specified writeBuffer, readBuffer
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
Task<ResultReadWrite> ReadWriteAsync(
uint indexGroup,
uint indexOffset,
Memory<byte> readBuffer,
ReadOnlyMemory<byte> writeBuffer,
CancellationToken cancel
)
Parameters
indexGroup |
Type: System.UInt32 |
indexOffset |
Type: System.UInt32 |
readBuffer |
Type: System.Memory.Byte. |
writeBuffer |
Type: System.ReadOnlyMemory.Byte. |
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultReadWrite.
A task that represents the asynchronous 'ReadWrite'
operation. The ResultReadWrite
parameter contains the total number of bytes read into the buffer
(ReadBytes)
and the ErrorCode after
execution.