SymbolLoaderSettings Class

Settings object for the IAdsSymbolLoader initialization.

Inheritance Hierarchy

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

Syntax

C#

public class SymbolLoaderSettings : ISymbolLoaderSettings

VB

Public Class SymbolLoaderSettings
    Implements ISymbolLoaderSettings

The SymbolLoaderSettings type exposes the following members.

Constructors

 

Name

Description

SymbolLoaderSettings(SymbolsLoadMode)

Initializes a new instance of the SymbolLoaderSettings class with IndexGroupOffsetPreferred.

SymbolLoaderSettings(SymbolsLoadMode, ValueAccessMode)

Initializes a new instance of the SymbolLoaderSettings class.

SymbolLoaderSettings(SymbolsLoadMode, ValueCreationMode, ValueAccessMode)

Initializes a new instance of the SymbolLoaderSettings class.

Properties

 

Name

Description

AutomaticReconnection

Gets or sets a value indicating whether Disconnect connections can be reconnected.

Default

Gets the default settings object (SymbolsLoadMode.VirtualTree + ValueAccessMode.IndexGroupOffsetPreferred)

DefaultDynamic

Gets the default settings object (SymbolsLoadMode.DynamicTree + ValueCreationMode.TranslateToPrimitives + ValueAccessMode.IndexGroupOffsetPreferred)

NonCachedArrayElements

Gets or sets the setting to create ArrayElements "On-The-Fly" (Default True)

SymbolsLoadMode

Gets or sets the symbols load mode.

ValueAccessMode

Gets or sets the value access mode.

ValueCreation

Gets or sets the value creation mode.

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 settings object is used for the initialization of the Symbol loader object.

Reference

TwinCAT.Ads Namespace

TwinCAT.ISymbolLoaderSettings

TwinCAT.Ads.TypeSystem.SymbolLoaderFactory

TwinCAT.Ads.TypeSystem.IAdsSymbolLoader

TwinCAT.SymbolsLoadMode

TwinCAT.Ads.ValueAccess.ValueAccessMode