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 |
---|---|---|
|
Category of the AnyTypeSpecifier | |
|
Gets the dimensions of an array. | |
|
The element type (Arrays) | |
|
Gets the encoding | |
|
The String length (only for String | |
|
Managed type |
Methods
|
Name |
Description |
---|---|---|
|
Creates the AnyTypeSpecifier. | |
|
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 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