NotificationSettings Class
Notification communication settings
Inheritance Hierarchy
SystemObject
TwinCAT.AdsNotificationSettings
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
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. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Gets the HashCode of the Address | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current 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/> |
- NotificationSettings Constructor (AdsTransMode, Int32, Int32)
- NotificationSettings Constructor (AdsTransMode, TimeSpan, TimeSpan)
- NotificationSettings.CycleTime Property
- NotificationSettings.Default Property
- NotificationSettings.ImmediatelyOnChange Property
- NotificationSettings.MaxDelay Property
- NotificationSettings.NotificationMode Property
- NotificationSettings.CompareTo Method
- NotificationSettings.Equals Method
- NotificationSettings.GetHashCode Method
- NotificationSettings.Equality Operator
- NotificationSettings.Inequality Operator