DataTypeCategory Enumeration
Category of a DataType / Instance
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public enum DataTypeCategory
Members
|
Member name |
Value |
Description |
---|---|---|---|
None |
0 |
Uninitialized / NotProcessed (0) | |
Primitive |
1 |
Simple / Base Data Type (1) | |
Alias |
2 |
Alias data type (2) | |
Enum |
3 |
Enumeration data type (3) | |
Array |
4 |
Array data type (4) | |
Struct |
5 |
Structure data type (5) | |
FunctionBlock |
6 |
Function block (POU) (6) | |
Program |
7 |
Program (POU) (7) | |
Function |
8 |
Function (POU) (8) | |
SubRange |
9 |
SubRange (9) | |
String |
10 |
Fixed length string (10) | |
Bitset |
12 |
Bitset (12) | |
Pointer |
13 |
Pointer type (13) | |
Union |
14 |
Union type (14) | |
Reference |
15 |
Reference type (15) | |
Interface |
16 |
The interface |