TcAdsSymbolInfo.ContextMask Property

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.

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

Syntax

C#

public int ContextMask { get; }

VB

Public ReadOnly Property ContextMask As Integer
    Get

Property Value

Type: Int32
The context mask.

Implements

ITcAdsSymbol2.ContextMask

Reference

TcAdsSymbolInfo Class

TwinCAT.Ads Namespace