QuickOPC User's Guide and Reference
UAModelClient Constructor(UAModel,EasyUAClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class > UAModelClient Constructor : UAModelClient Constructor(UAModel,EasyUAClient)
The OPC-UA information model. A null reference for no model.
The client object that will be used for OPC operations.
Initializes a new instance of the class, with the given model (optional), and specified client object.
Syntax
'Declaration
 
Public Function New( _
   ByVal model As UAModel, _
   ByVal client As EasyUAClient _
)
'Usage
 
Dim model As UAModel
Dim client As EasyUAClient
 
Dim instance As New UAModelClient(model, client)
public UAModelClient( 
   UAModel model,
   EasyUAClient client
)
public:
UAModelClient( 
   UAModel^ model,
   EasyUAClient^ client
)

Parameters

model
The OPC-UA information model. A null reference for no model.
client
The client object that will be used for OPC operations.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClient Class
UAModelClient Members
Overload List