OPCAE.NET Reference Manual
Connect(Host,String) Method
See Also  Send Feedback
OPCAE.NET Namespace > OpcEventServer Class > Connect Method : Connect(Host,String) Method

accessInfo
IN: Computer naame and optional passsword etc
SrvName
IN: Server ProgId name

Glossary Item Box

Connect to the named remote OPC Server

Syntax

Visual Basic (Declaration) 
Public Overloads Function Connect( _
   ByVal accessInfo As Host, _
   ByVal SrvName As String _
) As Integer
C# 
public int Connect( 
   Host accessInfo,
   string SrvName
)

Parameters

accessInfo
IN: Computer naame and optional passsword etc
SrvName
IN: Server ProgId name

Return Value

HRESULTS error/succes code as defined by OPC

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.