DataArea Class

Class DataArea.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Server.TypeSystem.DataArea
Namespace:  TwinCAT.Ads.Server.TypeSystem
Assembly:  TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229

Syntax

C#

public class DataArea

The DataArea type exposes the following members.

Constructors

 

Name

Description

DataArea

Initializes a new instance of the DataArea class.

Properties

 

Name

Description

IndexGroup

Gets the index group of the DataArea.

IndexOffset

Gets the index offset of the DataArea.

Name

Gets the name of the DataArea.

Size

Gets the size of the DataArea.

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

The DataArea class organizes the ProcessImage in different memory areas to address them independently via their IndexGroup.

Reference

TwinCAT.Ads.Server.TypeSystem Namespace