QuickOPC User's Guide and Reference
_EasyDAClient Interface Methods

OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace : _EasyDAClient Interface

For a list of all members of this type, see _EasyDAClient members.

Public Methods
 NameDescription
 MethodBrowses the possible access paths of a specified OPC item. Specify server descriptor, and node descriptor.  
 MethodBrowses the possible access paths of a specified OPC item. Specify server descriptor, and node descriptor.  
 MethodBrowse for child branches. Specify machine name, and server class.  
 MethodBrowse for child leaves. Specify machine name, and server class.  
 MethodBrowses the specified branch (or root) in OPC server's address space, and returns information about child nodes (both branches and leaves) found. Specify server descriptor, parent item ID, and node filter.  
 MethodBrowse for available item properties of a specified OPC item. Specify server descriptor, and node descriptor.  
 MethodBrowses the specified computer and returns information about OPC (Data Access) servers found.  
 MethodChanges parameters of a subscription. Specify handle, and requested update rate.  
 MethodChanges parameters of subscriptions to multiple OPC items.  
 MethodChanges parameters of subscriptions to multiple OPC items.  
 Method  
 Method  
 Method  
 MethodObtains parameters of specified item subscription.  
 MethodGets values of multiple OPC properties, specifying an array of property arguments objects.  
 MethodGets a value of OPC property, using individual parameters specifying the OPC server, and OPC Item ID.  
 MethodGets values of multiple OPC properties, specifying an array of property arguments objects.  
 Method  
 MethodGets the service object of the specified type, given by type name.  
 Method  
 MethodDetermines whether the given item subscription handle is known to this client.  
 MethodAttempts to pull an OPC item change subscribed to by the OpcLabs.EasyOpc.DataAccess.IEasyDAClient.SubscribeMultipleItems or SubscribeItem method.  
 MethodAttempts to pull multiple OPC item changes subscribed to by the OpcLabs.EasyOpc.DataAccess.IEasyDAClient.SubscribeMultipleItems or SubscribeItem method.  
 MethodAttempts to pull multiple OPC item changes subscribed to by the OpcLabs.EasyOpc.DataAccess.IEasyDAClient.SubscribeMultipleItems or SubscribeItem method.  
 MethodReads a named item using individual parameters specifying its location, and using server's canonical data type.  
 MethodReads multiple named items from an OPC server or OPC servers, using array of argument objects as an input. Values, qualities and timestamps are returned.  
 MethodReads a value of named item using individual parameters specifying its location, using server's canonical data type.  
 MethodReads named items from an OPC server or OPC servers. Only the item values are returned (qualities and timestamps are not returned). Reads multiple named item values from a single OPC server, using array of argument objects as an input.  
 MethodReads multiple named items from an OPC server or OPC servers, using array of argument objects as an input. Values, qualities and timestamps are returned.  
 MethodReads named items from an OPC server or OPC servers. Only the item values are returned (qualities and timestamps are not returned). Reads multiple named item values from a single OPC server, using array of argument objects as an input.  
 MethodSets the object properties back to their defaults.  
 MethodSubscribe to OPC item. Specify machine name, server class, item ID, and requested update rate. No state object is specified (this overload is suitable for simple scenarios only).  
 MethodSubscribe to changes of multiple OPC items. The OpcLabs.EasyOpc.DataAccess.IEasyDAClient.ItemChanged event will be generated for each significant item change. Callback methods will be invoked if they are specified in the argument objects.  
 MethodSubscribe to changes of multiple OPC items. The OpcLabs.EasyOpc.DataAccess.IEasyDAClient.ItemChanged event will be generated for each significant item change. Callback methods will be invoked if they are specified in the argument objects.  
 Method  
 MethodUnsubscribe from changes of all OPC items.  
 MethodUnsubscribe from OPC item, specifying its handle.  
 MethodUnsubscribe from changes of multiple OPC items, specifying an enumerable of integer handles.  
 MethodUnsubscribe from changes of multiple OPC items, specifying an enumerable of integer handles.  
 MethodDefines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance.  
 MethodSubscribes to the specified OPC-DA item, and monitors its data until it has "good" quality, an error occurs, or the alloted time elapses.  
 MethodSubscribes to the specified OPC-DA items, and monitors their data until they have at least the quality specified for each item, an error occurs, or the alloted time elapses.  
 MethodSubscribes to the specified OPC-DA items, and monitors their data until they have at least the quality specified for each item, an error occurs, or the alloted time elapses.  
 MethodWrites separately given value, timestamp and quality into a named item using individual parameters specifying its location, and a specific data type.  
 MethodWrites named items into an OPC server or OPC servers. Values, qualities and timestamps are written.  
 MethodWrites a value into a named item using individual parameters specifying its location, and using server's canonical data type.  
 MethodWrites named items into an OPC server or OPC servers. Values, qualities and timestamps are written.  
 MethodWrites named items into an OPC server or OPC servers. Values, qualities and timestamps are written.  
 MethodWrites values into named items in an OPC server or OPC servers. Only the item values are written (qualities and timestamp are not written).  
Top
See Also

Reference

_EasyDAClient Interface
OpcLabs.EasyOpc.DataAccess.ComTypes Namespace