SumHandleWrite.TryWrite Method

Tries to write the values.

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

Syntax

C#

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

Parameters

values

Type: .System.Object.
The values (ANY/Primitive types only).

returnCodes

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

Return Value

Type: AdsErrorCode
AdsErrorCode.

Reference

SumHandleWrite Class

TwinCAT.Ads.SumCommand Namespace

SumHandleWrite.Write(.Object.)

SumHandleWrite.WriteAsync(.Object., CancellationToken)