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


Glossary Item Box

The following tables list the members exposed by RefreshGroup.

Public Constructors

 NameDescription
Public ConstructorRefreshGroup ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldiClientHandle (Inherited from OPCDA.NET.SyncIOGroup)
Top

Public Properties

 NameDescription
Public PropertyClientHandle Group client handle (Inherited from OPCDA.NET.SyncIOGroup)
Public PropertyOpcGrp Associated OPC group object (Inherited from OPCDA.NET.SyncIOGroup)
Public PropertyUpdateRateUpdate rate definition. This is the fasted rate of callbacks form the OPC server
A get is from the OpcGroup property. To force a read of the update rate from the OPC server, the method RefrGrp.OpcGrp.GetStat() has to be called to refresh the cache.
On set the OPC server is updated. The server may set a revised value. The actually set UpdateRate can be checked by reading this property.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Add an item to the group. The item is also added to the associated OPC group and the item characteristics are stored in the ItemDef object OPCIIinfo This method is provided for the handling of special sitution and is not used in most applications. The read/write function call it internally if the item is not yet added. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodDispose Removes the OPC group and releases the internal item collection (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodFindClientHandle Return the item object for the item with the specified client handle. The method is typically used in the data changed callback handler. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodGetErrorStringGet the error text from the OPC server. ( IOPCServer::GetErrorString )
This method is added for user convenience. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodGetItemsInGroup Get the information about the items in the group. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodGetQualityString Convert the OPC item quality code into a text string. The codes is defined in the enumerator OPC_QUALITY_STATUS. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodItem Return the item object for the item with the specified name. The name must be full path name. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodReadOverloaded. Read the current value of one item. An asynchronous OpcGroup read call is executed. The value is returned in the ReadComplete callback handler.
This simplified Read overload does not return a cancel ID and therefore does not allow the call to be cancelled.  
Public MethodRemove Remove one item from the SyncIOGroup object. The item is also removed from the associated OPC group. (Inherited from OPCDA.NET.SyncIOGroup)
Public MethodWriteOverloaded. Write a new value to the specified item. An asynchronous OPC write call is executed. The WriteComplete callback returns the indication of the successful execution or error information if the write failed.
This simplified Write method overload does not return a cancel ID and therefore does not allow the call to be cancelled.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize  
Top

See Also

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