OpcTypeCategory Enum

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

Defines the category a IOpcType can fall in.

C#

public enum OpcTypeCategory


Inheritance ObjectValueTypeEnum › OpcTypeCategory

Name Value Description
ObjectType 0 The type defines the general characteristics of an object.
VariableType 1 The type defines a specialisation of the ObjectType which provides additional information required to define an entity to hold a value.
DataType 2 The type defines the size, format and layout of data transported.