TcAdsSymbolInfoLoader Class

The class TcAdsSymbolInfoLoader is responsible for downloading the list of declared variables and the data types from an ADS Server.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.TcAdsSymbolInfoLoader
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public class TcAdsSymbolInfoLoader : IEnumerable

VB

Public Class TcAdsSymbolInfoLoader
    Implements IEnumerable

The TcAdsSymbolInfoLoader type exposes the following members.

Methods

 

Name

Description

TcAdsSymbolInfoLoader Class 1:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcAdsSymbolInfoLoader Class 2:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcAdsSymbolInfoLoader Class 3:

FindSymbol

Call this method to find a symbol in the list.

TcAdsSymbolInfoLoader Class 4:

GetDataTypes

Gets the data types.

TcAdsSymbolInfoLoader Class 5:

GetEnumerator

Returns an enumerator that can iterate through all symbols.

TcAdsSymbolInfoLoader Class 6:

GetFirstSymbol

Call this method to get the first symbol.

TcAdsSymbolInfoLoader Class 7:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcAdsSymbolInfoLoader Class 8:

GetSymbolCount

Call this method to get the number of declared symbols.

TcAdsSymbolInfoLoader Class 9:

GetSymbols

Loads the declared symbols from the ADS device and returns them as a collection of TcAdsSymbolInfo objects.

TcAdsSymbolInfoLoader Class 10:

GetType

Gets the Type of the current instance. (Inherited from Object.)

TcAdsSymbolInfoLoader Class 11:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcAdsSymbolInfoLoader Class 12:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Events

 

Name

Description

TcAdsSymbolInfoLoader Class 13:

TypeResolveError

Occurs when a typename cannot be resolved.

TcAdsSymbolInfoLoader Class 14:

TypesGenerated

Occurs when new types are generated

Reference

TwinCAT.Ads Namespace