TcAdsClient.TryReadWrite Method (Int32, .Byte., Int32, Int32, .Byte., Int32, Int32, Int32.)

Writes data synchronously to an ADS device and then Reads data from this device.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public AdsErrorCode TryReadWrite(
    int variableHandle,
    byte[] rdDataStream,
    int rdOffset,
    int rdLength,
    byte[] wrDataStream,
    int wrOffset,
    int wrLength,
    out int readBytes
)

VB

Public Function TryReadWrite ( 
    variableHandle As Integer,
    rdDataStream As Byte(),
    rdOffset As Integer,
    rdLength As Integer,
    wrDataStream As Byte(),
    wrOffset As Integer,
    wrLength As Integer,
    <OutAttribute> ByRef readBytes As Integer
) As AdsErrorCode

Parameters

variableHandle

Type: System.Int32
Variable handle.

rdDataStream

Type: .System.Byte.
Stream that receives the data that has been read.

rdOffset

Type: System.Int32
Offset of the data in rdDataStream.

rdLength

Type: System.Int32
Length of the data in rdDataStream.

wrDataStream

Type: .System.Byte.
Stream that contains the data that should be written.

wrOffset

Type: System.Int32
Offset of the data in wrDataStream.

wrLength

Type: System.Int32
Length of the data in wrDataStream.

readBytes

Type: System.Int32.
The read bytes.

Return Value

Type: AdsErrorCode
AdsErrorCode.

Exceptions

Exception

Condition

ArgumentException

Reference

TcAdsClient Class

TryReadWrite Overload

TwinCAT.Ads Namespace