OpcTypeSystemScopes Enum

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

Defines the scopes of types an IOpcTypeSystem covers.

C#

[Flags]
public enum OpcTypeSystemScopes


Inheritance ObjectValueTypeEnum › OpcTypeSystemScopes


Attributes FlagsAttribute

Name Value Description
Unknown 0 The type information provided is unclassified.
Object 1 The system provides type information for objects.
Variable 2 The system provides type information for variables which in special are objects associated with a value.
Data 4 The system provides type information for data transported.