AdsClientSettings Class

Settings object for TcAdsClient.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.AdsClientSettings
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public class AdsClientSettings

VB

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.

AdsClientSettings Class 6:

AdsClientSettings Class 7:

FastWriteThrough

Gets a Settings object that configures the TcAdsClient for FastWriteThrough

AdsClientSettings Class 8:

Protocol

Gets the protocol settings

AdsClientSettings Class 9:

Synchronize

Gets a value indicating whether the TwinCAT.Ads

AdsClientSettings Class 10:

Timeout

The communication Timeout of the TcAdsClient

Methods

 

Name

Description

AdsClientSettings Class 11:

Equals

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

AdsClientSettings Class 12:

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 13:

GetHashCode

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

AdsClientSettings Class 14:

GetType

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

AdsClientSettings Class 15:

MemberwiseClone

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

AdsClientSettings Class 16:

ToString

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

Remarks

This AdsClientSettings object is used to initalize the TcAdsClient with application appropriate settings.

Reference

TwinCAT.Ads Namespace