SumAnyTypeRead.createResults Method

Creates the SumCommand results (abstract)

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

Syntax

C#

protected override ResultValue2<ISymbol, Object>[] createResults(
    IList<SumDataEntity> infoList,
    IList<ReadOnlyMemory<byte>> readBlocks,
    AdsErrorCode[] subErrors
)

Parameters

infoList

Type: System.Collections.Generic.IList.SumDataEntity.
The information list.

readBlocks

Type: System.Collections.Generic.IList.ReadOnlyMemory.Byte..
The read blocks.

subErrors

Type: .TwinCAT.Ads.AdsErrorCode.
The sub errors.

Return Value

Type: .ResultValue2.ISymbol, Object..
ResultReadValueAccess2[].

Reference

SumAnyTypeRead Class

TwinCAT.Ads.SumCommand Namespace