OPCDA.NET Reference Manual
AddSyncIOGroup Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : AddSyncIOGroup Method

Glossary Item Box

Create a SyncIOGroup object.
The SyncIOGroup class offer a set of functions for simplified synchronuous read/write access to server items. These methods are not defined in the OPC standard and the SyncIOGroup class is actually a software layer above the OpcGroup class. It handles the OPC group management functions internally and allows a simple access to items by just specifiyng the item name.

Syntax

Visual Basic (Declaration) 
Public Function AddSyncIOGroup() As SyncIOGroup
C# 
public SyncIOGroup AddSyncIOGroup()

Return Value

SyncIOGroup object

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.