OPCDA.NET Reference Manual
SyncIOGroup Class
Members  See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : SyncIOGroup Class

Glossary Item Box

Class with easy to use methods for synchronous read / write functions.
Items can be accessed by their name without first creating a group. OPC DA V3 defines a similar function but the SyncIOGroup methods are implemented to work with V1,V2 and V3 servers. The class opens it's OPC group and adds items automatically at the first read or write function.
The class is designed for the simple handling of individual items. The OpcGroup class is more efficient for handling multiple items, especially large number of items.

Object Model

SyncIOGroup ClassOpcGroup Class

Syntax

Visual Basic (Declaration) 
Public Class SyncIOGroup 
C# 
public class SyncIOGroup 

Inheritance Hierarchy

System.Object
   OPCDA.NET.SyncIOGroup
      OPCDA.NET.RefreshGroup

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.