QuickOPC User's Guide and Reference
UAModelClient Constructor(IUAReadOnlyModelProvider)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UAModelClient Class > UAModelClient Constructor : UAModelClient Constructor(IUAReadOnlyModelProvider)
Provides data contained in the OPC-UA information model.
Initializes a new instance of the class, with the model provided by the specified read-only model provider.
Syntax
'Declaration
 
Public Function New( _
   ByVal readOnlyModelProvider As IUAReadOnlyModelProvider _
)
'Usage
 
Dim readOnlyModelProvider As IUAReadOnlyModelProvider
 
Dim instance As New UAModelClient(readOnlyModelProvider)

Parameters

readOnlyModelProvider
Provides data contained in the OPC-UA information model.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also