ITcAdsSymbol2 Interface

Interface ITcAdsSymbol2 (extends ITcAdsSymbol)

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

Syntax

C#

public interface ITcAdsSymbol2 : ITcAdsSymbol

VB

Public Interface ITcAdsSymbol2
    Inherits ITcAdsSymbol

The ITcAdsSymbol2 type exposes the following members.

Properties

 

Name

Description

ITcAdsSymbol2 Interface 1:

Comment

Gets the comment behind the variable declaration. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol2 Interface 2:

ContextMask

Gets the ContextMask of the symbol, indicating the task the variable belongs to. If ContextMask is not zero use CyclicInContext or OnChangeInContext to add notifications.

ITcAdsSymbol2 Interface 3:

IndexGroup

Gets the index group of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol2 Interface 4:

IndexOffset

Gets the index offset of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol2 Interface 5:

IsBitType

Indicates if the BitValue flag is set for the symbol.

ITcAdsSymbol2 Interface 6:

IsPersistent

Indicates if the Persistent flag is set for the symbol.

ITcAdsSymbol2 Interface 7:

IsReadOnly

Indicates if the ReadOnly flag is set for the symbol.

ITcAdsSymbol2 Interface 8:

IsTcComInterfacePointer

Indicates if the TcComInterfacePointer flag is set for the symbol.

ITcAdsSymbol2 Interface 9:

IsTypeGuid

Indicates if the TypeGuid flag is set for the symbol.

ITcAdsSymbol2 Interface 10:

Name

Gets the name of the symbol. (Inherited from ITcAdsSymbol.)

ITcAdsSymbol2 Interface 11:

Size

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

Remarks

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

Reference

TwinCAT.Ads Namespace

TwinCAT.Ads.ITcAdsSymbol5