PrimitiveTypeFlags Enumeration
Enum PrimitiveTypeFlags
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
[FlagsAttribute]
public enum PrimitiveTypeFlagsMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
None / Uninitialized |
|
System |
1 |
System Type like Byte / Word / DWORD |
|
Unsigned |
2 |
Primitive Type is Unsigned |
|
Bool |
4 |
Boolean Value (maps to true and false) |
|
Float |
8 |
Floating Point |
|
Date |
16 |
Type represents a Date |
|
Time |
32 |
Type represents a Time |
|
MaskDateTime |
48 |
Date / Time Mask |
|
Numeric |
64 |
Numeric value |
|
MaskNumericUnsigned |
66 |
Numeric / Unsigned Mask |
|
MaskSpecialType |
67 |
Special type Mask |
|
Bitset |
128 |
Bitset |