NotificationSettings Class
Notification communication settings
Inheritance Hierarchy
System.Object
TwinCAT.Ads.NotificationSettings
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public class NotificationSettings : INotificationSettings,
IComparable<INotificationSettings>
The NotificationSettings type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the NotificationSettings class. | |
|
Initializes a new instance of the NotificationSettings class. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the cycle time (in milliseconds) for AdsNotifications. | |
|
Gets the default Settings (AdsTransMode.OnChange, CycleTime 200 ms, MaxDelay: off) | |
|
Gets the settings for a 'Immediate on change' notification. | |
|
Gets the Maximum Delay Time (in milliseconds) for AdsNotifications. | |
|
Gets the ADS Transmission mode. |
Methods
|
Name |
Description |
---|---|---|
|
Compares this NotificationSettings in term of priorities to the other NotificationSettings. | |
|
Determines whether the specified Object is equal to this instance. (Overrides Object.Equals(Object).) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Gets the HashCode of the Address (Overrides Object.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Implements the == operator. | |
|
Implements the != operator. |
Remarks
Parameter semantic | |
---|---|
Value of parameter CycleTime is interpreted as task context number IAdsSymbol.ContextMask/> | |
Value of parameter CycleTime is interpreted as task context number IAdsSymbol.ContextMask/> |