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

srv
IN: OPCServer object of the owner server
Rate
IN: update rate in ms

Glossary Item Box

Constuctor creates the associated OPC group and the base of it's internal item collection. The OPCServer object reference is stored for later use.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal srv As OpcServer, _
   ByVal Rate As Integer _
)
C# 
public SyncIOGroup( 
   OpcServer srv,
   int Rate
)

Parameters

srv
IN: OPCServer object of the owner server
Rate
IN: update rate in ms

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.