ITcAdsSymbol Interface

Defines an Interface for reading the ADS symbol information.

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

Syntax

C#

public interface ITcAdsSymbol

VB

Public Interface ITcAdsSymbol

The ITcAdsSymbol type exposes the following members.

Properties

 

Name

Description

ITcAdsSymbol Interface 1:

Comment

Gets the comment behind the variable declaration.

ITcAdsSymbol Interface 2:

IndexGroup

Gets the index group of the symbol.

ITcAdsSymbol Interface 3:

IndexOffset

Gets the index offset of the symbol.

ITcAdsSymbol Interface 4:

Name

Gets the name of the symbol.

ITcAdsSymbol Interface 5:

Size

Gets the size of the symbol (in Bytes or bits dependent on IsBitType).

Remarks

The most sophisticated implementation of this interface is ITcAdsSymbol"/>

Reference

TwinCAT.Ads Namespace

TwinCAT.Ads.ITcAdsSymbol5