NotificationSettings Class
Notification communication settings
Inheritance Hierarchy
System.Object
TwinCAT.Ads.NotificationSettings
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public class NotificationSettings : INotificationSettings,
IComparable<INotificationSettings>
VB
Public Class NotificationSettings
Implements INotificationSettings, IComparable(Of INotificationSettings)
The NotificationSettings type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the NotificationSettings class. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the cycle time (in milliseconds) for AdsNotifications. | |
|
Gets the default Settings (AdsTransMode.OnChange, CycleTime 200 ms, MaxDelay: off) | |
|
Gets or sets the Maximum Delay Time (in milliseconds) for AdsNotifications. | |
|
Gets or sets the ADS Transmission mode. |
Methods
|
Name |
Description |
---|---|---|
|
Compares this NotificationSettings in term of priorities to the other NotificationSettings. | |
|
Equals (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.) |