AnyTypeSpecifier Class
Class AnyTypeSpecifier.
Inheritance Hierarchy
SystemObject
TwinCAT.TypeSystemAnyTypeSpecifier
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class AnyTypeSpecifierThe AnyTypeSpecifier type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the arguments. | |
|
|
Category of the AnyTypeSpecifier | |
|
|
Gets the dimensions of an array. | |
|
|
The element type (Arrays) | |
|
|
Gets the encoding of the Type (if string) | |
|
|
The String length (only for String | |
|
|
Managed type |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates the AnyTypeSpecifier. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current 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
- AnyTypeSpecifier.Category Property
- AnyTypeSpecifier.DimLengths Property
- AnyTypeSpecifier.ElementType Property
- AnyTypeSpecifier.StrLen Property
- AnyTypeSpecifier.Type Property
- AnyTypeSpecifier.Dimensions Property
- AnyTypeSpecifier.Element Property
- AnyTypeSpecifier.Encoding Property
- AnyTypeSpecifier.Create Method