OpcDataTypeDeclarations Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines the ways a data type is declared.

C#

[Flags]
public enum OpcDataTypeDeclarations


Inheritance ObjectValueTypeEnum › OpcDataTypeDeclarations


Attributes FlagsAttribute

Name Value Description
Inline 0 The data type is not declared using a specific type declaration.
Description 1 The data type is declared using a data type description as defined in OPC UA v1.03.
Definition 2 The data type is declared using a data type definition as defined in OPC UA v1.04.