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

Creates a Default settings AdsClientSettings object with custom timeout.

Properties

 

Name

Description

CompatibilityDefault

Compatibility settings object

Default

Gets the default settings.

FastWriteThrough

Gets a Settings object that configures the TcAdsClient for FastWriteThrough

Protocol

Gets the protocol settings

Synchronize

Gets a value indicating whether the TwinCAT.Ads

Timeout

The communication Timeout of the TcAdsClient

Methods

 

Name

Description

Equals

Determines whether the specified object is equal to the current object. (Inherited from 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

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

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.)

Remarks

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

Reference

TwinCAT.Ads Namespace