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

Glossary Item Box

Class with easy to use methods for asynchronous read/write functions and data change callbacks.
Items can be accessed by their name without first creating a group. The items are added to the object internal data cache and to the associated OPC group. The object internal data cache is updated in the data changed callback handler and the application cna alwys read current data from the cache. The user can optionally install a user callback handler to get notified on value changes. The user callback handler is called after the internal cache is updated.
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

RefreshGroup ClassOpcGroup Class

Syntax

Visual Basic (Declaration) 
Public Class RefreshGroup 
   Inherits SyncIOGroup
C# 
public class RefreshGroup : 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.