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 |
---|---|---|
|
Gets the comment behind the variable declaration. | |
|
Gets the index group of the symbol. | |
|
Gets the index offset of the symbol. | |
|
Gets the name of the symbol. | |
|
Gets the size of the symbol (in Bytes or bits dependent on IsBitType). |
Remarks
The most sophisticated implementation of this interface is ITcAdsSymbol"/>
Further Information