OPC Labs Base Library
DataTypeKind Enumeration
OpcLabs_BaseLib ActiveX DLL : DataTypeKind Enumeration
Description
The kind of a data type.

 

UUID: 5c1ffa82-46b6-4dc4-80a2-cd3d84929180

 

For more information, see DataTypeKind in .NET Reference.

Members
MemberValueDescription
DataTypeKind_Enumeration4The data type is an enumeration.
DataTypeKind_None0No data type kind.
DataTypeKind_Opaque3The data type is opaque.
DataTypeKind_Primitive1The data type is primitive.
DataTypeKind_Sequence2The data type is a sequence.
DataTypeKind_Structured5The data type is structured.
DataTypeKind_Union6The data type is a union.
Remarks

For remarks, see DataTypeKind in .NET Reference.

Example

For examples, see DataTypeKind in .NET Reference.