AdsConnection.ReadWriteAsync Method (UInt32, Memory`1, Void, Byte)
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version:
5.0.294+Branch.releases-5.0.Sha.90bb9a1b43b6095934fddca3e72bc0ea15da1c14
Syntax
C#
public Task<ResultReadWrite> ReadWriteAsync(
uint variableHandle,
Memory readBuffer,
void writeBuffer,
byte cancel
)
Parameters
variableHandle |
Type: System.UInt32 |
readBuffer |
Type: Memory |
writeBuffer |
Type: System.Void |
cancel |
Type: System.Byte |