IAdsReadWriteTimeoutAccess.Read Method
Reads data synchronously from an ADS device and writes it to the given stream.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
int Read(
uint indexGroup,
uint indexOffset,
Memory<byte> readBuffer,
int timeout
)
Parameters
indexGroup |
Type: System.UInt32 |
indexOffset |
Type: System.UInt32 |
readBuffer |
Type: System.Memory.Byte. |
timeout |
Type: System.Int32 |
Return Value
Type: Int32
Number of successfully returned data bytes.