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

Comment

Gets the comment behind the variable declaration.

IndexGroup

Gets the index group of the symbol.

IndexOffset

Gets the index offset of the symbol.

Name

Gets the name of the symbol.

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