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

NotificationSettings Class 1:

NotificationSettings

Initializes a new instance of the NotificationSettings class.

Properties

 

Name

Description

NotificationSettings Class 2:

CycleTime

Gets or sets the cycle time (in milliseconds) for AdsNotifications.

NotificationSettings Class 3:

NotificationSettings Class 4:

Default

Gets the default Settings (AdsTransMode.OnChange, CycleTime 200 ms, MaxDelay: off)

NotificationSettings Class 5:

MaxDelay

Gets or sets the Maximum Delay Time (in milliseconds) for AdsNotifications.

NotificationSettings Class 6:

NotificationMode

Gets or sets the ADS Transmission mode.

Methods

 

Name

Description

NotificationSettings Class 7:

CompareTo

Compares this NotificationSettings in term of priorities to the other NotificationSettings.

NotificationSettings Class 8:

Equals

Equals (Overrides Object.Equals(Object).)

NotificationSettings Class 9:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

NotificationSettings Class 10:

GetHashCode

Gets the HashCode of the Address (Overrides Object.GetHashCode..)

NotificationSettings Class 11:

GetType

Gets the Type of the current instance. (Inherited from Object.)

NotificationSettings Class 12:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

NotificationSettings Class 13:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

NotificationSettings Class 14:

NotificationSettings Class 15:

Equality

Operator==

NotificationSettings Class 16:

NotificationSettings Class 17:

Inequality

Implements the != operator.

Reference

TwinCAT.Ads Namespace