IOpcType Interface

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

Represents type declarations used for objects, variables, events, references and data.

C#

public interface IOpcType
Name Description
Category Gets the category the IOpcType falls within.
IsUnknown Gets a value indicating whether the IOpcType acts as a placeholder for a referenced type its type declaration could not resolved.
Name Gets a value which defines the non-localizable human-readable name of the type represented. A node which represents this type declaration uses the Name as its BrowseName.
TypeId Gets a value which identifies the type represented. A node which represents this type declaration uses the TypeId as its NodeId.
UnderlyingType Gets the type which provides the implementation of the type declaration.