Name | Description | |
---|---|---|
EasyUAClient Constructor | Overloaded. |
The following tables list the members exposed by EasyUAClient.
Name | Description | |
---|---|---|
EasyUAClient Constructor | Overloaded. |
Name | Description | |
---|---|---|
AliasProvider | The alias provider to be used for resolving aliases by this component. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
CallbackQueueCapacity | Capacity of the callback queue. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
CallbackQueueIdleTimeToSleep | The idle time before the internal thread executing the queued callbacks is stopped. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
InstanceParameters | Contains parameters that influence the behavior of just this instance of the component. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Isolated | Specifies that you wish that the EasyUAClientCore object instance works with an "isolated" connection to the OPC-UA server, i.e. one that is not shared with other instances. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
IsolatedParameters | Contains parameters that influence the behavior of the component when it is isolated. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
LicenseInfo | Provides dictionary of license data fields and their values. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
PullDataChangeNotificationQueueCapacity | Capacity of the event pull queue for data change notifications. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
PullEventNotificationQueueCapacity | Capacity of the event pull queue for event notifications. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
QueueCallbacks | Determines whether the component will deliver all callbacks in a queued manner. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
SharedInstance | A shared instance of the client object. | |
Site | (Inherited from System.ComponentModel.Component) | |
SynchronizationContext | Contains synchronization context used by the object when performing asynchronous operations (including event notifications). (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
BrowseMultiple | Browses multiples nodes in server's address space. Starts from the specified nodes, and returns information about child nodes found. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
CallMultipleMethods | Calls multiple methods, using array of argument objects as an input. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
ChangeMultipleMonitoredItemSubscriptions | Changes parameters of multiple subscriptions, specifying objects containing all necessary arguments. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Clone | Overridden. | |
Create | Creates a new instance of the class. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Discover | Discovers available OPC-UA applications or endpoints and returns information about them, using the specified discovery query. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
DiscoverGlobalServers | Overloaded. Globally discovers OPC-UA servers and returns information about them, using an empty filter, and the default GDS endpoint. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
DiscoverLocalServers | Discovers available OPC-UA servers and returns information about them, using the default discovery host. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
DiscoverNetworkServers | Overloaded. Discovers available OPC-UA servers on the network and returns information about them, using the default discovery host. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Equals | (Inherited from object) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMonitoredItemArguments | Obtains parameters of certain monitored item subscription. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
GetMonitoredItemArgumentsDictionary | Obtains parameters of certain monitored item subscription. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
GetObjectData | (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsKnownMonitoredItemSubscriptionHandle | Determines whether the given monitored item subscription handle is known to this client. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
PullMultipleDataChangeNotifications | Attempts to pull multiple OPC data change notifications subscribed to by the IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeDataChange method. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
PullMultipleEventNotifications | Attempts to pull multiple OPC event notifications subscribed to by the IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeEvent method. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Raise<TEventArgs> | Raises a callback or event using a given handler and passing it specified event arguments, optionally specifying whether to enqueue the call. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
ReadMultiple | Reads multiple attributes, using array of argument objects as an input. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
Reset | Sets the object properties back to their defaults. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
SubscribeMultipleMonitoredItems | Subscribe to changes of multiple monitored items. The EasyUAClientCore.DataChangeNotification or EasyUAClientCore.EventNotification event is generated for each significant monitored item change. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
ToString | Returns a string that represents the current object. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
UnsubscribeAllMonitoredItems | Unsubscribe from changes of all monitored items. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
UnsubscribeMultipleMonitoredItems | Unsubscribe from changes of multiple monitored items, specifying an "enumerable" of integer handles. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
ValueEquals | Overloaded. Determines whether this object is value equal to the other. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
WriteMultiple | Writes data into multiple attributes, using array of argument objects as an input. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
CallbackError | Processes an error that has occurred during a callback. Processes an error that has occurred during a callback. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnCallbackEnqueuerOverflow | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
OnCallbackEnqueuerOverflowClearing | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ReadXmlElement | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
SendCallbackError | Processes an error that has occurred during sending of a callback. Processes an error that has occurred during a callback. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Synchronize | Overloaded. Invokes the specified action in a synchronized manner. (Inherited from OpcLabs.BaseLib.Widgets.NotifyingWidget) | |
WriteXmlElement | Infrastructure. Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) |
Name | Description | |
---|---|---|
AsAlarmsAndConditionsClient | Derives an OPC UA global discovery client object from the current client object. | |
AsCertificateManagementClient | Derives an OPC UA certificate management client object from the current client object. | |
AsFileTransferClient | Derives an OPC UA file transfer client object from the current client object. | |
AsGlobalDiscoveryClient | Derives an OPC UA global discovery client object from the current client object. | |
AsPublishSubscribeClient | Derives an OPC UA publish-subscribe client object from the current client object. | |
Browse | Overloaded. Browses the nodes in server's address space, given the browse arguments. | |
BrowseDataNodes | Overloaded. | |
BrowseDataVariables | Overloaded. | |
BrowseEventSources | Overloaded. | |
BrowseMethods | Overloaded. | |
BrowseNotifiers | Overloaded. | |
BrowseObjects | Overloaded. | |
BrowseObjectTypes | Overloaded. | |
BrowseOne | Overloaded. | |
BrowseProperties | Overloaded. | |
BrowseTree | Overloaded. Allows to traverse through OPC UA address space nodes under the specified node, using given browse arguments. | |
BrowseVariables | Overloaded. | |
CallMethod | Overloaded. .NET | |
ChangeDataChangeSubscription | Changes parameters of a data change subscription. Specify the handle, a new sampling interval and absolute deadband value. | |
ChangeMonitoredItemSubscription | Overloaded. Changes parameters of a subscription to a particular monitored item.
It is more efficient to change multiple subscriptions using | |
ChangeMultipleDataChangeSubscriptions | Changes parameters of multiple data change subscriptions. Specify the handles, a new sampling interval and absolute deadband value. | |
ChangeMultipleMonitoredItemSubscriptions | Overloaded. Changes parameters of multiple subscriptions. Specify the handles, and a new sampling interval. | |
DiscoverGlobalApplications | Overloaded. | |
DiscoverGlobalServers | Overloaded. | |
DiscoverLocalApplications | Overloaded. This method uses the so-called Local Discovery Server (LDS). You can influence how the discovery works using the properties in static EasyUAClientCore.SharedParameters. Invokes the FindServers service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverLocalEndpoints | Overloaded. The query is performed using a GetEndpoints service of an OPC server specified by its discovery endpoint. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverLocalServers | Overloaded. This method uses the so-called Local Discovery Server (LDS). You can influence how the discovery works using the properties in static EasyUAClientCore.SharedParameters. Invokes the FindServers service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
DiscoverNetworkServers | Overloaded. This method uses the so-called Local Discovery Server with Multicast Extensions (LDS-NE). You can influence how the discovery works using the properties in EasyUAClientCore.SharedParameters. Invokes the FindServersOnNetwork service. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
FindLocalApplications | Overloaded. This method uses the discovery services on specified discovery endpoints. Invokes the FindServers service. The discovery may be attempted in parallel on the specified endpoints, depending on component settings. See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC. | |
PullDataChangeNotification | Attempts to pull an OPC data change notification subscribed to by the IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeDataChange method. | |
PullEventNotification | Attempts to pull an OPC event notification subscribed to by the IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeEvent method. | |
Read | Overloaded. | |
ReadDataType | Overloaded. This method also checks whether the returned value is not a | |
ReadDisplayName | Overloaded. This method also checks whether the returned value is not a | |
ReadMultiple | Overloaded. | |
ReadMultipleDataTypes | Reads value of DataType attribute of multiple nodes, using array of argument objects as an input. | |
ReadMultipleDisplayNames | Reads value of DisplayName attribute of multiple nodes, using array of argument objects as an input. | |
ReadMultipleNodeClasses | Reads value of NodeClass attribute of multiple nodes, using array of argument objects as an input. | |
ReadMultipleNodeIds | Reads value of NodeId attribute of multiple nodes, using array of argument objects as an input. | |
ReadMultipleValues | Overloaded. | |
ReadNodeClass | Overloaded. This method also checks whether the returned value is not a | |
ReadNodeId | Overloaded. This method also checks whether the returned value is not a | |
ReadValue | Overloaded. | |
RetrieveAllDataTypes | Overloaded. The starting node is included as the first element in the result value. | |
SubscribeDataChange | Overloaded. Subscribe to a data change. Specify an endpoint descriptor, node id, and sampling interval. | |
SubscribeEvent | Overloaded. Subscribe to an event. Specify an endpoint descriptor, node id, and sampling interval. | |
SubscribeMonitoredItem | Overloaded. It is more efficient to subscribe to multiple monitored items using IEasyUAClient.SubscribeMultipleMonitoredItems method. | |
SubscribeMultipleDataChanges | Subscribe to changes of multiple OPC monitored items with a data change callback method. The IEasyUAClient.DataChangeNotification event will be generated for each significant item change, and a specified callback method will be invoked. | |
SubscribeMultipleEvents | Subscribe to changes of multiple OPC monitored items with an event notification callback method. The IEasyUAClient.EventNotification event will be generated for each significant item change, and a specified callback method will be invoked. | |
SubscribeMultipleMonitoredItems | Subscribe to changes of multiple OPC monitored items. The IEasyUAClient.DataChangeNotification or IEasyUAClient.EventNotification event will be generated for each significant item change. | |
TestEndpoint | Tests whether an operational connection can be established to the specified endpoint of an OPC UA server. | |
UnsubscribeMonitoredItem | Unsubscribe from changes of a particular monitored item.
Unsubscribe from monitored item, specifying its handle. | |
WaitForMultiple | Overloaded. | |
WaitForMultipleValues | Overloaded. | |
WaitForValue | Overloaded. | |
Write | Overloaded. | |
WriteMultipleValues | Writes values into multiple attributes, using array of argument objects as an input (status codes and timestamps are not written). | |
WriteValue | Overloaded. |
Name | Description | |
---|---|---|
DataChangeNotification | Raised for every significant change in a subscribed OPC monitored item. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
EventingFailure | Raised when a failure in the eventing infrastructure occurs. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
EventNotification | Raised for every event generated by a subscribed OPC monitored item. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) | |
LogEntry | Raised for loggable entries originating in the OPC-UA client engine and the EasyUAClient component. (Inherited from OpcLabs.EasyOpc.UA.EasyUAClientCore) |