SymbolNotificationType Enumeration
Specifies the Notification type of ADS Notifications
Namespace: TwinCAT.ValueAccess
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
[FlagsAttribute]
public enum SymbolNotificationType
VB
<FlagsAttribute>
Public Enumeration SymbolNotificationType
Members
|
Member name |
Value |
Description |
---|---|---|---|
None |
0 |
None / Uninitialized | |
Value |
1 |
ValueChanged notifications | |
RawValue |
2 |
RawValueChanged notifications | |
Both |
3 |
ValueChanged + RawValueChanged notifications |