AdsClientSettings Class

Settings object for the AdsClient class.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.AdsClientSettings
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public class AdsClientSettings

The AdsClientSettings type exposes the following members.

Constructors

 

Name

Description

AdsClientSettings Class 1:

AdsClientSettings

Creates a Default settings AdsClientSettings object with custom timeout.

Properties

 

Name

Description

AdsClientSettings Class 2:

AdsClientSettings Class 3:

CompatibilityDefault

Compatibility settings object

AdsClientSettings Class 4:

AdsClientSettings Class 5:

Default

Gets the default settings (Default interceptors, Timout 5000 ms)

AdsClientSettings Class 6:

AdsClientSettings Class 7:

FastWriteThrough

Gets a Settings object that configures the AdsClient for FastWriteThrough

AdsClientSettings Class 8:

Timeout

The communication Timeout that is set initially on the AdsClient

Methods

 

Name

Description

AdsClientSettings Class 9:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

AdsClientSettings Class 10:

Finalize

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

AdsClientSettings Class 11:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

AdsClientSettings Class 12:

GetType

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

AdsClientSettings Class 13:

MemberwiseClone

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

AdsClientSettings Class 14:

ToString

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

Remarks

This AdsClientSettings object is used to initalize the AdsClient with application appropriate settings. Several predefined application dependant settings are available as static properties:

Reference

TwinCAT.Ads Namespace