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

Initializes a new instance of the NotificationSettings class.

Properties

 

Name

Description

CycleTime

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

Default

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

MaxDelay

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

NotificationMode

Gets or sets the ADS Transmission mode.

Methods

 

Name

Description

CompareTo

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

Equals

Equals (Overrides Object.Equals(Object).)

Finalize

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

GetHashCode

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

GetType

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

MemberwiseClone

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

ToString

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

Operators

 

Name

Description

Equality

Operator==

Inequality

Implements the != operator.

Reference

TwinCAT.Ads Namespace