DataTypeCategory Enumeration
Category of a DataType / Instance
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public enum DataTypeCategory
VB
Public Enumeration DataTypeCategory
Members
| 
                   
  | 
                   Member name  | 
                   Value  | 
                   Description  | 
|---|---|---|---|
| 
                   Unknown  | 
                   0  | 
                   Uninitialized / NotProcessed (0)  | |
| 
                   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  |