SumSymbolRead Constructor

Initializes a new instance of the SumSymbolRead class.

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

Syntax

C#

public SumSymbolRead(
    IAdsConnection connection,
    IList<ISymbol> symbols
)

VB

Public Sub New ( 
    connection As IAdsConnection,
    symbols As IList(Of ISymbol)
)

Parameters

connection

Type: TwinCAT.Ads.IAdsConnection
The TcAdsClient or ADS Connection object

symbols

Type: System.Collections.Generic.IList.ISymbol.
The symbols to read

Reference

SumSymbolRead Class

TwinCAT.Ads.SumCommand Namespace