DataArea Constructor

Initializes a new instance of the DataArea class.

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

Syntax

C#

public DataArea(
    string name,
    uint indexGroup,
    uint indexOffset,
    uint size
)

Parameters

name

Type: System.String
The name.

indexGroup

Type: System.UInt32
The index group.

indexOffset

Type: System.UInt32
The index offset.

size

Type: System.UInt32
The size.

Exceptions

Exception

Condition

ArgumentNullException

name

Reference

DataArea Class

TwinCAT.Ads.Server.TypeSystem Namespace