SumHandleRead.TryRead Method

Tries to read the values of the .

Namespace:  TwinCAT.Ads.SumCommand
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public AdsErrorCode TryRead(
    out Object[]? values,
    out AdsErrorCode[]?? returnCodes
)

Parameters

values

Type: .System.Object..
The values.

returnCodes

Type: .TwinCAT.Ads.AdsErrorCode..
The return codes.

Return Value

Type: AdsErrorCode
AdsErrorCode.

Reference

SumHandleRead Class

TwinCAT.Ads.SumCommand Namespace

TwinCAT.Ads.SumCommand.SumHandleRead

SumHandleRead.Read.

SumHandleRead.ReadAsync(CancellationToken)