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


Glossary Item Box

The following tables list the members exposed by SyncIOGroup.

Public Constructors

 NameDescription
Public ConstructorSyncIOGroup ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldiClientHandle  
Top

Public Properties

 NameDescription
Public PropertyClientHandle Group client handle  
Public PropertyOpcGrp Associated OPC group object  
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.  
Public MethodDispose Removes the OPC group and releases the internal item collection  
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.  
Public MethodGetErrorStringGet the error text from the OPC server. ( IOPCServer::GetErrorString )
This method is added for user convenience.  
Public MethodGetItemsInGroup Get the information about the items in the group.  
Public MethodGetQualityString Convert the OPC item quality code into a text string. The codes is defined in the enumerator OPC_QUALITY_STATUS.  
Public MethodItem Return the item object for the item with the specified name. The name must be full path name.  
Public MethodReadOverloaded. Read the current value of the specified item.
The item is added to the group if it is not yet added. A synchronous OpcGroup read function is executed.  
Public MethodRemove Remove one item from the SyncIOGroup object. The item is also removed from the associated OPC group.  
Public MethodWriteOverloaded. Write a new value to the specifed item.
A synchronous OPC server write call is executed.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize  
Top

See Also

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