AdsDataTypeId Enumeration
ADS data types.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum AdsDataTypeIdMembers
|
Member name |
Value |
Description |
|---|---|---|
|
ADST_VOID |
0 |
Empty Type (0) |
|
ADST_INT16 |
2 |
Integer 16 Bit (2) |
|
ADST_INT32 |
3 |
Integer 32 Bit (3) |
|
ADST_REAL32 |
4 |
Real (32 Bit) (4) |
|
ADST_REAL64 |
5 |
Real 64 Bit (5) |
|
ADST_VARIANT |
12 |
ADS VARIANT (12) |
|
ADST_INT8 |
16 |
Integer 8 Bit (16) |
|
ADST_UINT8 |
17 |
Unsigned integer 8 Bit (17) |
|
ADST_UINT16 |
18 |
Unsigned integer 16 Bit (18) |
|
ADST_UINT32 |
19 |
Unsigned Integer 32 Bit (19) |
|
ADST_INT64 |
20 |
LONG Integer 64 Bit (20) |
|
ADST_UINT64 |
21 |
Unsigned Long integer 64 Bit (21) |
|
ADST_STRING |
30 |
STRING (30) |
|
ADST_WSTRING |
31 |
WSTRING (31) |
|
ADST_REAL80 |
32 |
ADS REAL80 (32) |
|
ADST_BIT |
33 |
ADS BIT (33) |
|
ADST_BIGTYPE |
65 |
Blob (65) |
The AdsDataTypeId type exposes the following members.
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified type identifier is
primitive. |