OPCDA.NET-UA
Connect Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Server Class : Connect Method

url
URl of the UA server
userName
optional user name for the access credentials.
password
optional password for the access credentials
domain
optional domain name for the access credentials

Glossary Item Box

The UA server connection is initiated with the optional credentials.

Syntax

Visual Basic (Declaration) 
Public Function Connect( _
   ByVal url As String, _
   ByVal userName As String, _
   ByVal password As String, _
   ByVal domain As String _
) As Integer

Parameters

url
URl of the UA server
userName
optional user name for the access credentials.
password
optional password for the access credentials
domain
optional domain name for the access credentials

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.