IAdsHandle.TryReadWrite Method
ReadWrites value data synchronously to/from the symbol represented by the variableHandle.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
AdsErrorCode TryReadWrite(
uint variableHandle,
Memory<byte> readBuffer,
ReadOnlyMemory<byte> writeBuffer,
out int readBytes
)
Parameters
variableHandle |
Type: System.UInt32 |
readBuffer |
Type: System.Memory.Byte. |
writeBuffer |
Type: System.ReadOnlyMemory.Byte. |
readBytes |
Type: System.Int32. |