AdsSymbolicServer.TryGetSymbols Method

Tries to geth the symbols from the device target.

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

Syntax

C#

public AdsErrorCode TryGetSymbols(
    out ISymbolCollection<ISymbol>? symbols
)

Parameters

symbols

Type: TwinCAT.TypeSystem.ISymbolCollection.ISymbol..
The symbols.

Return Value

Type: AdsErrorCode
AdsErrorCode.

Implements

ISymbolServer.TryGetSymbols(ISymbolCollection.ISymbol..)

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace