IOpcTypeProvider Interface

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

Provides type information used in the OPC UA address space.

C#

public interface IOpcTypeProvider
Name Description
GetType(OpcName) Retrieves the IOpcType object which is known under the name specified.
GetType(OpcNodeId) Retrieves the IOpcType object which declares the type which is identified by the typeId specified.
GetType(String) Retrieves the IOpcType object which is known under the name specified.
GetType(Type) Retrieves the IOpcType object which declares the type implemented by the underlyingType specified.
GetTypes Retrieves all IOpcType objects offered by the IOpcTypeProvider.