AdsSymbolicServer.DataTypes Property

Gets the data types

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

Syntax

C#

public IDataTypeCollection<IDataType> DataTypes { get; }

Property Value

Type: IDataTypeCollection.IDataType.
The data types.

Implements

ISymbolServer.DataTypes

Remarks

This property reads the DataTypes synchronously, if the data is not available yet. For performance reasons, the asynchronous counterpart GetDataTypesAsync(CancellationToken) should be preferred for the first call.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace

ISymbolServer.GetDataTypesAsync(CancellationToken)