AnyTypeSpecifier Class

Class AnyTypeSpecifier.

Inheritance Hierarchy

System.Object
  TwinCAT.TypeSystem.AnyTypeSpecifier
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class AnyTypeSpecifier

The AnyTypeSpecifier type exposes the following members.

Properties

 

Name

Description

AnyTypeSpecifier Class 1:

Category

Category of the AnyTypeSpecifier

AnyTypeSpecifier Class 2:

Dimensions

Gets the dimensions of an array.

AnyTypeSpecifier Class 3:

Element

The element type (Arrays)

AnyTypeSpecifier Class 4:

Encoding

Gets the encoding

AnyTypeSpecifier Class 5:

StrLen

The String length (only for String

AnyTypeSpecifier Class 6:

Type

Managed type

Methods

 

Name

Description

AnyTypeSpecifier Class 7:

Create

Creates the AnyTypeSpecifier.

AnyTypeSpecifier Class 8:

Equals

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

AnyTypeSpecifier Class 9:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

AnyTypeSpecifier Class 10:

GetHashCode

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

AnyTypeSpecifier Class 11:

GetType

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

AnyTypeSpecifier Class 12:

MemberwiseClone

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

AnyTypeSpecifier Class 13:

ToString

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

Remarks

The AnyTypeSpecifier is used to specify out/return parameters for ReadAny, InvokeRpc-Methods or typed AdsNotifications. The Args parameter: String: Index-0 Length of String String[] Index-0 Length of String Index-1 Length of First Dimension Index-2 Length of Second Dimension Arrays Index-0 Length of Second Dimension Index-2 Length of Second Dimension

Reference

TwinCAT.TypeSystem Namespace