OPCDA.NET Reference Manual
OpcDataBind Constructor(Form,OpcServer,Int32)
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcDataBind Class > OpcDataBind Constructor : OpcDataBind Constructor(Form,OpcServer,Int32)

parent
callers Windows.Forms.Form object or null
srv
OpcServer object of a connected server
rate
fastest update rate from the server

Glossary Item Box

Create object for access to the already connected OPC server.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As Form, _
   ByVal srv As OpcServer, _
   ByVal rate As Integer _
)
C# 
public OpcDataBind( 
   Form parent,
   OpcServer srv,
   int rate
)

Parameters

parent
callers Windows.Forms.Form object or null
srv
OpcServer object of a connected server
rate
fastest update rate from the server

Requirements

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

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.