'Declaration
Public Function New( _ ByVal model As UAModel, _ ByVal client As IEasyUAClient _ )
'Usage
Dim model As UAModel Dim client As IEasyUAClient Dim instance As New UAModelClient(model, client)
public UAModelClient( UAModel model, IEasyUAClient client )
public: UAModelClient( UAModel^ model, IEasyUAClient^ 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.